Skip to content

Commit

Permalink
style: Make rustdoc happy
Browse files Browse the repository at this point in the history
  • Loading branch information
epage committed Oct 22, 2024
1 parent 9ff82fe commit 68df38f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/file/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ pub struct File<T, F> {
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 {
Expand Down

0 comments on commit 68df38f

Please sign in to comment.