Skip to content

Commit 897b094

Browse files
committed
docs: Clarify FileSources relationships
1 parent 894467f commit 897b094

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/file/source/mod.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ use std::fmt::Debug;
66

77
use crate::{file::FileStoredFormat, Format};
88

9-
/// Describes where the file is sourced
9+
/// Describes where the [`File`][super::File] is sourced
1010
pub trait FileSource<T>: Debug + Clone
1111
where
1212
T: Format + FileStoredFormat,

0 commit comments

Comments
 (0)