@@ -56,40 +56,40 @@ static WHITELIST_CRATES: &'static [CrateVersion] = &[
56
56
57
57
/// Whitelist of crates rustc is allowed to depend on. Avoid adding to the list if possible.
58
58
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" ) ,
93
93
] ;
94
94
95
95
// Some types for Serde to deserialize the output of `cargo metadata` to...
0 commit comments