diff --git a/src/file/mod.rs b/src/file/mod.rs index 0632043c..7fc4874e 100644 --- a/src/file/mod.rs +++ b/src/file/mod.rs @@ -31,7 +31,7 @@ pub struct File { required: bool, } -/// An extension of [`Format`](crate::Format) trait. +/// An extension of [`Format`] trait. /// /// Associates format with file extensions, therefore linking storage-agnostic notion of format to a file system. pub trait FileStoredFormat: Format {