about summary refs log tree commit diff
path: root/src/libcollections
diff options
context:
space:
mode:
authorSteven Fackler <sfackler@gmail.com>2014-11-26 11:44:45 -0800
committerSteven Fackler <sfackler@gmail.com>2014-11-26 11:44:45 -0800
commit348cc9418ae43527980e63f2857c56344c3374c6 (patch)
treeccc4ae85fadca109d1aa00788f861ae7a7dcf13e /src/libcollections
parent930f87774db33f8a8963b22e82e1b1d1907ea30a (diff)
downloadrust-348cc9418ae43527980e63f2857c56344c3374c6.tar.gz
rust-348cc9418ae43527980e63f2857c56344c3374c6.zip
Remove special casing for some meta attributes
Descriptions and licenses are handled by Cargo now, so there's no reason
to keep these attributes around.
Diffstat (limited to 'src/libcollections')
-rw-r--r--src/libcollections/lib.rs1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/libcollections/lib.rs b/src/libcollections/lib.rs
index 7965ac26a62..1e104b31447 100644
--- a/src/libcollections/lib.rs
+++ b/src/libcollections/lib.rs
@@ -16,7 +16,6 @@
 #![crate_name = "collections"]
 #![experimental]
 #![crate_type = "rlib"]
-#![license = "MIT/ASL2"]
 #![doc(html_logo_url = "http://www.rust-lang.org/logos/rust-logo-128x128-blk-v2.png",
        html_favicon_url = "http://www.rust-lang.org/favicon.ico",
        html_root_url = "http://doc.rust-lang.org/nightly/",