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:
@@ -16,7 +16,6 @@
|
||||
|
||||
#![crate_name = "fmt_macros"]
|
||||
#![experimental]
|
||||
#![license = "MIT/ASL2"]
|
||||
#![crate_type = "rlib"]
|
||||
#![crate_type = "dylib"]
|
||||
#![feature(macro_rules, globs, import_shadowing)]
|
||||
|
||||
Reference in New Issue
Block a user