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:
@@ -10,8 +10,6 @@
|
||||
|
||||
#![crate_name = "rustdoc"]
|
||||
#![experimental]
|
||||
#![desc = "rustdoc, the Rust documentation extractor"]
|
||||
#![license = "MIT/ASL2"]
|
||||
#![crate_type = "dylib"]
|
||||
#![crate_type = "rlib"]
|
||||
|
||||
|
||||
Reference in New Issue
Block a user