Skip to content

Commit ea9296d

Browse files
committed
Add crates to whitelist
1 parent c337770 commit ea9296d

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

src/tools/tidy/src/deps.rs

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -68,6 +68,9 @@ static WHITELIST: &'static [Crate] = &[
6868
Crate("cc"),
6969
Crate("cfg-if"),
7070
Crate("cmake"),
71+
Crate("coco"),
72+
Crate("context"),
73+
Crate("crossbeam-channel"),
7174
Crate("crossbeam-deque"),
7275
Crate("crossbeam-epoch"),
7376
Crate("crossbeam-utils"),
@@ -78,6 +81,7 @@ static WHITELIST: &'static [Crate] = &[
7881
Crate("flate2"),
7982
Crate("fuchsia-zircon"),
8083
Crate("fuchsia-zircon-sys"),
84+
Crate("gcc"),
8185
Crate("getopts"),
8286
Crate("humantime"),
8387
Crate("jobserver"),
@@ -91,11 +95,14 @@ static WHITELIST: &'static [Crate] = &[
9195
Crate("miniz-sys"),
9296
Crate("nodrop"),
9397
Crate("num_cpus"),
98+
Crate("nodrop"),
9499
Crate("owning_ref"),
95100
Crate("parking_lot"),
96101
Crate("parking_lot_core"),
97102
Crate("quick-error"),
98103
Crate("rand"),
104+
Crate("rayon"),
105+
Crate("rayon-core"),
99106
Crate("redox_syscall"),
100107
Crate("redox_termios"),
101108
Crate("regex"),

0 commit comments

Comments
 (0)