Skip to content

Commit cf36c21

Browse files
committed
tidy: add ahash to permitted dep list
1 parent 9a337b6 commit cf36c21

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/tools/tidy/src/deps.rs

+1
Original file line numberDiff line numberDiff line change
@@ -73,6 +73,7 @@ const RESTRICTED_DEPENDENCY_CRATES: &[&str] = &["rustc_driver", "rustc_codegen_l
7373
const PERMITTED_DEPENDENCIES: &[&str] = &[
7474
"addr2line",
7575
"adler",
76+
"ahash",
7677
"aho-corasick",
7778
"annotate-snippets",
7879
"ansi_term",

0 commit comments

Comments
 (0)