]> git.proxmox.com Git - rustc.git/blobdiff - src/libcollections/lib.rs
New upstream version 1.21.0+dfsg1
[rustc.git] / src / libcollections / lib.rs
index 38143593eb12bd3d3147e23b23abfa3420de3475..55316db3d5a4358f6582328f9951fa489e227113 100644 (file)
@@ -8,8 +8,6 @@
 // option. This file may not be copied, modified, or distributed
 // except according to those terms.
 
-#![crate_name = "collections"]
-#![crate_type = "rlib"]
 #![allow(unused_attributes)]
 #![unstable(feature = "collections",
             reason = "this library is unlikely to be stabilized in its current \