Skip to content

Commit a336145

Browse files
committed
Add crates to whitelist
1 parent 05887d8 commit a336145

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

src/tools/tidy/src/deps.rs

+7
Original file line numberDiff line numberDiff line change
@@ -70,6 +70,9 @@ static WHITELIST: &'static [Crate] = &[
7070
Crate("chalk-macros"),
7171
Crate("cfg-if"),
7272
Crate("cmake"),
73+
Crate("coco"),
74+
Crate("context"),
75+
Crate("crossbeam-channel"),
7376
Crate("crossbeam-deque"),
7477
Crate("crossbeam-epoch"),
7578
Crate("crossbeam-utils"),
@@ -81,6 +84,7 @@ static WHITELIST: &'static [Crate] = &[
8184
Crate("flate2"),
8285
Crate("fuchsia-zircon"),
8386
Crate("fuchsia-zircon-sys"),
87+
Crate("gcc"),
8488
Crate("getopts"),
8589
Crate("humantime"),
8690
Crate("jobserver"),
@@ -94,13 +98,16 @@ static WHITELIST: &'static [Crate] = &[
9498
Crate("miniz-sys"),
9599
Crate("nodrop"),
96100
Crate("num_cpus"),
101+
Crate("nodrop"),
97102
Crate("owning_ref"),
98103
Crate("parking_lot"),
99104
Crate("parking_lot_core"),
100105
Crate("polonius-engine"),
101106
Crate("pkg-config"),
102107
Crate("quick-error"),
103108
Crate("rand"),
109+
Crate("rayon"),
110+
Crate("rayon-core"),
104111
Crate("redox_syscall"),
105112
Crate("redox_termios"),
106113
Crate("regex"),

0 commit comments

Comments
 (0)