Skip to content

Commit

Permalink
tidy: add ahash to permitted dep list
Browse files Browse the repository at this point in the history
  • Loading branch information
Fearyncess committed Jan 8, 2022
1 parent 9a337b6 commit cf36c21
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/tools/tidy/src/deps.rs
Original file line number Diff line number Diff line change
Expand Up @@ -73,6 +73,7 @@ const RESTRICTED_DEPENDENCY_CRATES: &[&str] = &["rustc_driver", "rustc_codegen_l
const PERMITTED_DEPENDENCIES: &[&str] = &[
"addr2line",
"adler",
"ahash",
"aho-corasick",
"annotate-snippets",
"ansi_term",
Expand Down

0 comments on commit cf36c21

Please sign in to comment.