Skip to content

Commit

Permalink
chore: clear a fixed false positive lint (#2435)
Browse files Browse the repository at this point in the history
  • Loading branch information
SteveLauC committed Jun 9, 2024
1 parent 9e3db9c commit d029c24
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion test/test_dir.rs
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@ fn flags() -> OFlag {
}

#[test]
#[allow(clippy::unnecessary_sort_by)] // False positive
fn read() {
let tmp = tempdir().unwrap();
File::create(tmp.path().join("foo")).unwrap();
Expand Down

0 comments on commit d029c24

Please sign in to comment.