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 64059c6 commit 603f995Copy full SHA for 603f995
1 file changed
src/hardlink/ignorant.rs
@@ -21,7 +21,9 @@ impl<Size> DeduplicateSharedSize<Size> for HardlinkIgnorant
21
where
22
Size: size::Size + Sync,
23
{
24
+ /// Return nothing.
25
type Report = ();
26
+ /// Doing nothing cannot fail.
27
type Error = Infallible;
28
29
/// Do nothing.
0 commit comments