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 6cd0287 commit 2b21f71Copy full SHA for 2b21f71
1 file changed
src/hook/record_hardlink/storage.rs
@@ -39,7 +39,7 @@ pub struct SizeConflictError<Size> {
39
pub detected: Size,
40
}
41
42
-/// Error type of [`RecordHardLinkStorage::add`].
+/// Error that occurs when it fails to add an item to [`RecordHardLinkStorage`].
43
#[derive(Debug, Display, Error)]
44
#[display(bound(Size: Debug))]
45
#[non_exhaustive]
0 commit comments