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 cfb11d1 commit 475c690Copy full SHA for 475c690
1 file changed
src/hardlink/hardlink_list.rs
@@ -39,7 +39,7 @@ pub struct SizeConflictError<Size> {
39
pub detected: Size,
40
}
41
42
-/// Error that occurs when it fails to add an item to [`RecordHardlinkStorage`].
+/// Error that occurs when it fails to add an item to [`HardlinkList`].
43
#[derive(Debug, Display, Error)]
44
#[display(bound(Size: Debug))]
45
#[non_exhaustive]
@@ -78,7 +78,7 @@ where
78
79
80
81
-/// Iterator over entries in [`RecordHardlinkStorage`].
+/// Iterator over entries in [`HardlinkList`].
82
#[derive(derive_more::Debug)]
83
#[debug(bound())]
84
#[debug("Iter(..)")]
0 commit comments