about summary refs log tree commit diff
diff options
context:
space:
mode:
authorklensy <klensy@users.noreply.github.com>2025-03-24 19:40:52 +0300
committerklensy <klensy@users.noreply.github.com>2025-03-24 19:40:52 +0300
commit75f283e40b02b63ecebeac53138fb94c76cb27df (patch)
treeefb1d3b63630497a963cf0a1953ac2746cabe9cc
parent724a5a430bf14de79d2fe64543a1103fe250a57e (diff)
downloadrust-75f283e40b02b63ecebeac53138fb94c76cb27df.tar.gz
rust-75f283e40b02b63ecebeac53138fb94c76cb27df.zip
happy tidy
-rw-r--r--src/tools/tidy/src/deps.rs1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/tools/tidy/src/deps.rs b/src/tools/tidy/src/deps.rs
index 81c55ecaa7a..1a6550691ee 100644
--- a/src/tools/tidy/src/deps.rs
+++ b/src/tools/tidy/src/deps.rs
@@ -240,7 +240,6 @@ const PERMITTED_DEPS_LOCATION: &str = concat!(file!(), ":", line!());
 const PERMITTED_RUSTC_DEPENDENCIES: &[&str] = &[
     // tidy-alphabetical-start
     "adler2",
-    "ahash",
     "aho-corasick",
     "allocator-api2", // FIXME: only appears in Cargo.lock due to https://github.com/rust-lang/cargo/issues/10801
     "annotate-snippets",