tidy: add ahash to permitted dep list

This commit is contained in:
Lain Yang 2022-01-08 16:27:58 +08:00
parent 9a337b6fe0
commit cf36c21b28

View File

@ -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",