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/libstd/lib.rs | 2 -- 1 file changed, 2 deletions(-) (limited to 'src/libstd') 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", -- cgit 1.4.1-3-g733a5