Skip to content

Commit d029c24

Browse files
authored
chore: clear a fixed false positive lint (#2435)
1 parent 9e3db9c commit d029c24

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

test/test_dir.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,6 @@ fn flags() -> OFlag {
1616
}
1717

1818
#[test]
19-
#[allow(clippy::unnecessary_sort_by)] // False positive
2019
fn read() {
2120
let tmp = tempdir().unwrap();
2221
File::create(tmp.path().join("foo")).unwrap();

0 commit comments

Comments
 (0)