Skip to content

Commit b678164

Browse files
committed
refactor: remove unnecessary pub(crate)
1 parent e7e5b5c commit b678164

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/hardlink/hardlink_list.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ use std::path::Path;
2727
/// the same inode number. Both du-dust and dua-cli track `(device, inode)` pairs
2828
/// for the same reason.
2929
#[derive(Clone, Copy, PartialEq, Eq, Hash, Debug)]
30-
pub(crate) struct InodeKey {
30+
struct InodeKey {
3131
/// Device number of the filesystem the inode belongs to.
3232
dev: u64,
3333
/// Inode number within the device.

0 commit comments

Comments
 (0)