From 348cc9418ae43527980e63f2857c56344c3374c6 Mon Sep 17 00:00:00 2001 From: Steven Fackler Date: Wed, 26 Nov 2014 11:44:45 -0800 Subject: 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. --- src/libgetopts/lib.rs | 1 - 1 file changed, 1 deletion(-) (limited to 'src/libgetopts') diff --git a/src/libgetopts/lib.rs b/src/libgetopts/lib.rs index a182f582b5f..58769ef5a1b 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/", -- cgit 1.4.1-3-g733a5