File tree Expand file tree Collapse file tree 1 file changed +23
-23
lines changed
Expand file tree Collapse file tree 1 file changed +23
-23
lines changed Original file line number Diff line number Diff line change @@ -56,29 +56,29 @@ static WHITELIST_CRATES: &'static [CrateVersion] = &[
5656
5757/// Whitelist of crates rustc is allowed to depend on. Avoid adding to the list if possible.
5858static WHITELIST : & ' static [ Crate ] = & [
59- // Crate("backtrace"),
60- // Crate("backtrace-sys"),
61- // Crate("bitflags"),
62- // Crate("byteorder"),
63- // Crate("cc"),
64- // Crate("cfg-if"),
65- // Crate("flate2"),
66- // Crate("fuchsia-zircon"),
67- // Crate("fuchsia-zircon-sys"),
68- // Crate("jobserver"),
69- // Crate("lazy_static"),
70- // Crate("libc"),
71- // Crate("log"),
72- // Crate("miniz-sys"),
73- // Crate("num_cpus"),
74- // Crate("rand"),
75- // Crate("rustc"),
76- // Crate("rustc-demangle"),
77- // Crate("rustc_trans"),
78- // Crate("tempdir"),
79- // Crate("winapi"),
80- // Crate("winapi-i686-pc-windows-gnu"),
81- // Crate("winapi-x86_64-pc-windows-gnu"),
59+ Crate ( "backtrace" ) ,
60+ Crate ( "backtrace-sys" ) ,
61+ Crate ( "bitflags" ) ,
62+ Crate ( "byteorder" ) ,
63+ Crate ( "cc" ) ,
64+ Crate ( "cfg-if" ) ,
65+ Crate ( "flate2" ) ,
66+ Crate ( "fuchsia-zircon" ) ,
67+ Crate ( "fuchsia-zircon-sys" ) ,
68+ Crate ( "jobserver" ) ,
69+ Crate ( "lazy_static" ) ,
70+ Crate ( "libc" ) ,
71+ Crate ( "log" ) ,
72+ Crate ( "miniz-sys" ) ,
73+ Crate ( "num_cpus" ) ,
74+ Crate ( "rand" ) ,
75+ Crate ( "rustc" ) ,
76+ Crate ( "rustc-demangle" ) ,
77+ Crate ( "rustc_trans" ) ,
78+ Crate ( "tempdir" ) ,
79+ Crate ( "winapi" ) ,
80+ Crate ( "winapi-i686-pc-windows-gnu" ) ,
81+ Crate ( "winapi-x86_64-pc-windows-gnu" ) ,
8282] ;
8383
8484// Some types for Serde to deserialize the output of `cargo metadata` to...
You can’t perform that action at this time.
0 commit comments