about summary refs log tree commit diff
diff options
context:
space:
mode:
authory21 <30553356+y21@users.noreply.github.com>2023-08-19 14:20:15 +0200
committery21 <30553356+y21@users.noreply.github.com>2023-08-19 14:20:15 +0200
commitb4ab67fd4a7d541ad25c79ac0797c889a9ea6a03 (patch)
tree5cc7b77ab0e187b832234a732e326ce0fdd3dd56
parente52bd6f8505bd3e3ce120104e4c6ee4f17dc1d10 (diff)
downloadrust-b4ab67fd4a7d541ad25c79ac0797c889a9ea6a03.tar.gz
rust-b4ab67fd4a7d541ad25c79ac0797c889a9ea6a03.zip
remove useless path
-rw-r--r--clippy_utils/src/paths.rs2
1 files changed, 0 insertions, 2 deletions
diff --git a/clippy_utils/src/paths.rs b/clippy_utils/src/paths.rs
index 6d5754eee78..e72d063cfd9 100644
--- a/clippy_utils/src/paths.rs
+++ b/clippy_utils/src/paths.rs
@@ -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"];