Change rustc and rustdoc's #[desc] attribute to #[comment]
There are two attributes in use for this same purpose.
This commit is contained in:
parent
50d8e9f2a1
commit
368daf8b5a
@ -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"];
|
||||
|
||||
|
@ -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"];
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user