Skip to content

Commit 3b1a170

Browse files
committed
extend the crate whitelist to include rustc-hash, chalk
1 parent 9c548bf commit 3b1a170

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

src/tools/tidy/src/deps.rs

+3
Original file line numberDiff line numberDiff line change
@@ -66,6 +66,8 @@ static WHITELIST: &'static [Crate] = &[
6666
Crate("bitflags"),
6767
Crate("byteorder"),
6868
Crate("cc"),
69+
Crate("chalk-engine"),
70+
Crate("chalk-macros"),
6971
Crate("cfg-if"),
7072
Crate("cmake"),
7173
Crate("crossbeam-deque"),
@@ -102,6 +104,7 @@ static WHITELIST: &'static [Crate] = &[
102104
Crate("regex-syntax"),
103105
Crate("remove_dir_all"),
104106
Crate("rustc-demangle"),
107+
Crate("rustc-hash"),
105108
Crate("rustc-rayon"),
106109
Crate("rustc-rayon-core"),
107110
Crate("scoped-tls"),

0 commit comments

Comments
 (0)