Skip to content

Commit b4ab67f

Browse files
committed
remove useless path
1 parent e52bd6f commit b4ab67f

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

clippy_utils/src/paths.rs

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -166,5 +166,3 @@ pub const DEBUG_STRUCT: [&str; 4] = ["core", "fmt", "builders", "DebugStruct"];
166166
pub const ORD_CMP: [&str; 4] = ["core", "cmp", "Ord", "cmp"];
167167
#[expect(clippy::invalid_paths)] // not sure why it thinks this, it works so
168168
pub const BOOL_THEN: [&str; 4] = ["core", "bool", "<impl bool>", "then"];
169-
#[allow(clippy::invalid_paths, reason = "internal lints do not always know about ::test")]
170-
pub const TEST_DESC_AND_FN: [&str; 3] = ["test", "types", "TestDescAndFn"];

0 commit comments

Comments
 (0)