Skip to content

Commit dd6be60

Browse files
committed
style: Make rustdoc happy
1 parent 504681d commit dd6be60

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/file/mod.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ pub struct File<T, F> {
3131
required: bool,
3232
}
3333

34-
/// An extension of [`Format`](crate::Format) trait.
34+
/// An extension of [`Format`] trait.
3535
///
3636
/// Associates format with file extensions, therefore linking storage-agnostic notion of format to a file system.
3737
pub trait FileStoredFormat: Format {

0 commit comments

Comments
 (0)