From d029c2455da914227375102806028d88afb3751b Mon Sep 17 00:00:00 2001 From: SteveLauC Date: Sun, 9 Jun 2024 10:57:49 +0800 Subject: [PATCH] chore: clear a fixed false positive lint (#2435) --- test/test_dir.rs | 1 - 1 file changed, 1 deletion(-) diff --git a/test/test_dir.rs b/test/test_dir.rs index 24ecd6963e..4445508f01 100644 --- a/test/test_dir.rs +++ b/test/test_dir.rs @@ -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();