Skip to content

Commit 0058648

Browse files
committed
docs: remove unnecessary documentation
1 parent f03530f commit 0058648

1 file changed

Lines changed: 0 additions & 5 deletions

File tree

src/hardlink/hardlink_list/test.rs

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -149,11 +149,6 @@ fn detect_number_of_links_change() {
149149
assert_eq!(actual, expected);
150150
}
151151

152-
/// Files on different devices may share the same inode number, but they are
153-
/// unrelated — hardlinks cannot span filesystem boundaries. Verify that two
154-
/// files with the same inode number but different device numbers produce
155-
/// separate entries in the list (i.e. the device number is actually used in
156-
/// the deduplication key).
157152
#[test]
158153
fn same_ino_on_different_devices_are_treated_separately() {
159154
let list = HardlinkList::<Bytes>::new();

0 commit comments

Comments
 (0)