diff options
| author | klensy <klensy@users.noreply.github.com> | 2025-03-24 19:40:52 +0300 |
|---|---|---|
| committer | klensy <klensy@users.noreply.github.com> | 2025-03-24 19:40:52 +0300 |
| commit | 75f283e40b02b63ecebeac53138fb94c76cb27df (patch) | |
| tree | efb1d3b63630497a963cf0a1953ac2746cabe9cc | |
| parent | 724a5a430bf14de79d2fe64543a1103fe250a57e (diff) | |
| download | rust-75f283e40b02b63ecebeac53138fb94c76cb27df.tar.gz rust-75f283e40b02b63ecebeac53138fb94c76cb27df.zip | |
happy tidy
| -rw-r--r-- | src/tools/tidy/src/deps.rs | 1 |
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", |
