We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e52bd6f commit b4ab67fCopy full SHA for b4ab67f
clippy_utils/src/paths.rs
@@ -166,5 +166,3 @@ pub const DEBUG_STRUCT: [&str; 4] = ["core", "fmt", "builders", "DebugStruct"];
166
pub const ORD_CMP: [&str; 4] = ["core", "cmp", "Ord", "cmp"];
167
#[expect(clippy::invalid_paths)] // not sure why it thinks this, it works so
168
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