diff options
| author | Steven Fackler <sfackler@gmail.com> | 2014-11-26 11:44:45 -0800 |
|---|---|---|
| committer | Steven Fackler <sfackler@gmail.com> | 2014-11-26 11:44:45 -0800 |
| commit | 348cc9418ae43527980e63f2857c56344c3374c6 (patch) | |
| tree | ccc4ae85fadca109d1aa00788f861ae7a7dcf13e /src/libstd | |
| parent | 930f87774db33f8a8963b22e82e1b1d1907ea30a (diff) | |
| download | rust-348cc9418ae43527980e63f2857c56344c3374c6.tar.gz rust-348cc9418ae43527980e63f2857c56344c3374c6.zip | |
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.
Diffstat (limited to 'src/libstd')
| -rw-r--r-- | src/libstd/lib.rs | 2 |
1 files changed, 0 insertions, 2 deletions
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"] #