about summary refs log tree commit diff
path: root/src/libcore
diff options
context:
space:
mode:
authorbors <bors@rust-lang.org>2014-11-27 06:41:17 +0000
committerbors <bors@rust-lang.org>2014-11-27 06:41:17 +0000
commit66601647cd8050fb9a63a56d1b6a8d836a0eab39 (patch)
treef546d7599bbffa6a343101b9d4a28bacd9b792e0 /src/libcore
parentf358ca45c8cf8a5ea8922b5c66403d6a4f4d52ad (diff)
parent348cc9418ae43527980e63f2857c56344c3374c6 (diff)
downloadrust-66601647cd8050fb9a63a56d1b6a8d836a0eab39.tar.gz
rust-66601647cd8050fb9a63a56d1b6a8d836a0eab39.zip
auto merge of #19343 : sfackler/rust/less-special-attrs, r=alexcrichton
Descriptions and licenses are handled by Cargo now, so there's no reason
to keep these attributes around.
Diffstat (limited to 'src/libcore')
-rw-r--r--src/libcore/lib.rs1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/libcore/lib.rs b/src/libcore/lib.rs
index 5e3c74477d1..56a86773060 100644
--- a/src/libcore/lib.rs
+++ b/src/libcore/lib.rs
@@ -49,7 +49,6 @@
 
 #![crate_name = "core"]
 #![experimental]
-#![license = "MIT/ASL2"]
 #![crate_type = "rlib"]
 #![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",