We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 504681d commit dd6be60Copy full SHA for dd6be60
src/file/mod.rs
@@ -31,7 +31,7 @@ pub struct File<T, F> {
31
required: bool,
32
}
33
34
-/// An extension of [`Format`](crate::Format) trait.
+/// An extension of [`Format`] trait.
35
///
36
/// Associates format with file extensions, therefore linking storage-agnostic notion of format to a file system.
37
pub trait FileStoredFormat: Format {
0 commit comments