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.
pub(crate)
1 parent e7e5b5c commit b678164Copy full SHA for b678164
1 file changed
src/hardlink/hardlink_list.rs
@@ -27,7 +27,7 @@ use std::path::Path;
27
/// the same inode number. Both du-dust and dua-cli track `(device, inode)` pairs
28
/// for the same reason.
29
#[derive(Clone, Copy, PartialEq, Eq, Hash, Debug)]
30
-pub(crate) struct InodeKey {
+struct InodeKey {
31
/// Device number of the filesystem the inode belongs to.
32
dev: u64,
33
/// Inode number within the device.
0 commit comments