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.
This commit is contained in:
parent
930f87774d
commit
348cc9418a
28 changed files with 3 additions and 50 deletions
|
@ -15,7 +15,6 @@
|
|||
|
||||
#![crate_name = "rustc_llvm"]
|
||||
#![experimental]
|
||||
#![license = "MIT/ASL2"]
|
||||
#![crate_type = "dylib"]
|
||||
#![crate_type = "rlib"]
|
||||
#![doc(html_logo_url = "http://www.rust-lang.org/logos/rust-logo-128x128-blk-v2.png",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue