mirror of
https://github.com/rust-lang/rust.git
synced 2025-04-13 20:46:48 +00:00
remove useless path
This commit is contained in:
parent
e52bd6f850
commit
b4ab67fd4a
@ -166,5 +166,3 @@ pub const DEBUG_STRUCT: [&str; 4] = ["core", "fmt", "builders", "DebugStruct"];
|
||||
pub const ORD_CMP: [&str; 4] = ["core", "cmp", "Ord", "cmp"];
|
||||
#[expect(clippy::invalid_paths)] // not sure why it thinks this, it works so
|
||||
pub const BOOL_THEN: [&str; 4] = ["core", "bool", "<impl bool>", "then"];
|
||||
#[allow(clippy::invalid_paths, reason = "internal lints do not always know about ::test")]
|
||||
pub const TEST_DESC_AND_FN: [&str; 3] = ["test", "types", "TestDescAndFn"];
|
||||
|
Loading…
Reference in New Issue
Block a user