Skip to content

Commit 1423da8

Browse files
committed
Uncomment whitelist
1 parent bb01f31 commit 1423da8

File tree

1 file changed

+34
-34
lines changed

1 file changed

+34
-34
lines changed

src/tools/tidy/src/deps.rs

+34-34
Original file line numberDiff line numberDiff line change
@@ -56,40 +56,40 @@ static WHITELIST_CRATES: &'static [CrateVersion] = &[
5656

5757
/// Whitelist of crates rustc is allowed to depend on. Avoid adding to the list if possible.
5858
static WHITELIST: &'static [Crate] = &[
59-
// Crate("ar"),
60-
// Crate("backtrace"),
61-
// Crate("backtrace-sys"),
62-
// Crate("bitflags"),
63-
// Crate("byteorder"),
64-
// Crate("cc"),
65-
// Crate("cfg-if"),
66-
// Crate("cmake"),
67-
// Crate("filetime"),
68-
// Crate("flate2"),
69-
// Crate("fuchsia-zircon"),
70-
// Crate("fuchsia-zircon-sys"),
71-
// Crate("jobserver"),
72-
// Crate("kernel32-sys"),
73-
// Crate("lazy_static"),
74-
// Crate("libc"),
75-
// Crate("log"),
76-
// Crate("log_settings"),
77-
// Crate("miniz-sys"),
78-
// Crate("num_cpus"),
79-
// Crate("owning_ref"),
80-
// Crate("parking_lot"),
81-
// Crate("parking_lot_core"),
82-
// Crate("rand"),
83-
// Crate("redox_syscall"),
84-
// Crate("rustc-demangle"),
85-
// Crate("smallvec"),
86-
// Crate("stable_deref_trait"),
87-
// Crate("tempdir"),
88-
// Crate("unicode-width"),
89-
// Crate("winapi"),
90-
// Crate("winapi-build"),
91-
// Crate("winapi-i686-pc-windows-gnu"),
92-
// Crate("winapi-x86_64-pc-windows-gnu"),
59+
Crate("ar"),
60+
Crate("backtrace"),
61+
Crate("backtrace-sys"),
62+
Crate("bitflags"),
63+
Crate("byteorder"),
64+
Crate("cc"),
65+
Crate("cfg-if"),
66+
Crate("cmake"),
67+
Crate("filetime"),
68+
Crate("flate2"),
69+
Crate("fuchsia-zircon"),
70+
Crate("fuchsia-zircon-sys"),
71+
Crate("jobserver"),
72+
Crate("kernel32-sys"),
73+
Crate("lazy_static"),
74+
Crate("libc"),
75+
Crate("log"),
76+
Crate("log_settings"),
77+
Crate("miniz-sys"),
78+
Crate("num_cpus"),
79+
Crate("owning_ref"),
80+
Crate("parking_lot"),
81+
Crate("parking_lot_core"),
82+
Crate("rand"),
83+
Crate("redox_syscall"),
84+
Crate("rustc-demangle"),
85+
Crate("smallvec"),
86+
Crate("stable_deref_trait"),
87+
Crate("tempdir"),
88+
Crate("unicode-width"),
89+
Crate("winapi"),
90+
Crate("winapi-build"),
91+
Crate("winapi-i686-pc-windows-gnu"),
92+
Crate("winapi-x86_64-pc-windows-gnu"),
9393
];
9494

9595
// Some types for Serde to deserialize the output of `cargo metadata` to...

0 commit comments

Comments
 (0)