Skip to content

Commit ae449d3

Browse files
committed
docs(hardlink): update Aware::record doc to mention device number
https://claude.ai/code/session_01QP9wZyoZcGmJsEsA66ZRok
1 parent 205e976 commit ae449d3

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/hardlink/aware.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ use std::{convert::Infallible, fmt::Debug, os::unix::fs::MetadataExt, path::Path
2121
/// accurately reflect the real size of their containers.
2222
#[derive(Debug, SmartDefault, Clone, AsRef, AsMut, From, Into)]
2323
pub struct Aware<Size> {
24-
/// Map an inode number to its size and detected paths.
24+
/// Map an inode number and device number to its size and detected paths.
2525
record: HardlinkList<Size>,
2626
}
2727

0 commit comments

Comments
 (0)