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/liballoc/lib.rs | 1 - 1 file changed, 1 deletion(-) (limited to 'src/liballoc') diff --git a/src/liballoc/lib.rs b/src/liballoc/lib.rs index 173ca008d03..0b27fbd4404 100644 --- a/src/liballoc/lib.rs +++ b/src/liballoc/lib.rs @@ -58,7 +58,6 @@ #![crate_name = "alloc"] #![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", -- cgit 1.4.1-3-g733a5