about summary refs log tree commit diff
path: root/src/libstd
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/libstd
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/libstd')
-rw-r--r--src/libstd/lib.rs2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/libstd/lib.rs b/src/libstd/lib.rs
index 80249808546..f6b73f037f2 100644
--- a/src/libstd/lib.rs
+++ b/src/libstd/lib.rs
@@ -96,8 +96,6 @@
 
 #![crate_name = "std"]
 #![unstable]
-#![comment = "The Rust standard library"]
-#![license = "MIT/ASL2"]
 #![crate_type = "rlib"]
 #![crate_type = "dylib"]
 #![doc(html_logo_url = "http://www.rust-lang.org/logos/rust-logo-128x128-blk-v2.png",