Change rustc and rustdoc's #[desc] attribute to #[comment]

There are two attributes in use for this same purpose.
This commit is contained in:
Brian Anderson 2012-01-23 16:25:15 -08:00
parent 50d8e9f2a1
commit 368daf8b5a
2 changed files with 2 additions and 2 deletions

View file

@ -5,7 +5,7 @@
uuid = "0ce89b41-2f92-459e-bbc1-8f5fe32f16cf",
url = "http://rust-lang.org/src/rustc")];
#[desc = "The Rust compiler"];
#[comment = "The Rust compiler"];
#[license = "MIT"];
#[crate_type = "lib"];

View file

@ -5,7 +5,7 @@
uuid = "f8abd014-b281-484d-a0c3-26e3de8e2412",
url = "http://rust-lang.org/doc/rustdoc")];
#[desc = "The Rust documentation generator"];
#[comment = "The Rust documentation generator"];
#[license = "MIT"];
#[crate_type = "bin"];