Skip to content

Commit 603f995

Browse files
committed
docs: add some text
1 parent 64059c6 commit 603f995

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

src/hardlink/ignorant.rs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,9 @@ impl<Size> DeduplicateSharedSize<Size> for HardlinkIgnorant
2121
where
2222
Size: size::Size + Sync,
2323
{
24+
/// Return nothing.
2425
type Report = ();
26+
/// Doing nothing cannot fail.
2527
type Error = Infallible;
2628

2729
/// Do nothing.

0 commit comments

Comments
 (0)