about summary refs log tree commit diff
path: root/src/libgetopts
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/libgetopts
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/libgetopts')
-rw-r--r--src/libgetopts/lib.rs1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/libgetopts/lib.rs b/src/libgetopts/lib.rs
index 74165dcabc4..e2c3006ee6f 100644
--- a/src/libgetopts/lib.rs
+++ b/src/libgetopts/lib.rs
@@ -82,7 +82,6 @@
 #![experimental]
 #![crate_type = "rlib"]
 #![crate_type = "dylib"]
-#![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/",