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 951cc57 commit 03b783dCopy full SHA for 03b783d
1 file changed
src/hardlink/hardlink_list/summary.rs
@@ -32,7 +32,7 @@ pub struct Summary<Size> {
32
33
/// Total number of links of [shared inodes](Self::inodes) that don't have links outside the measured tree.
34
///
35
- /// This number is expected to be less than or equal to [`Self::all_links`].
+ /// This number is expected to be less than or equal to [`Self::detected_links`].
36
pub exclusive_links: usize,
37
38
/// Totality of the sizes of all [shared inodes](Self::inodes).
0 commit comments