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 724a5a4 commit 75f283eCopy full SHA for 75f283e
1 file changed
src/tools/tidy/src/deps.rs
@@ -240,7 +240,6 @@ const PERMITTED_DEPS_LOCATION: &str = concat!(file!(), ":", line!());
240
const PERMITTED_RUSTC_DEPENDENCIES: &[&str] = &[
241
// tidy-alphabetical-start
242
"adler2",
243
- "ahash",
244
"aho-corasick",
245
"allocator-api2", // FIXME: only appears in Cargo.lock due to https://github.com/rust-lang/cargo/issues/10801
246
"annotate-snippets",
0 commit comments