Skip to content

Commit 368daf8

Browse files
committed
Change rustc and rustdoc's #[desc] attribute to #[comment]
There are two attributes in use for this same purpose.
1 parent 50d8e9f commit 368daf8

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/comp/rustc.rc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
uuid = "0ce89b41-2f92-459e-bbc1-8f5fe32f16cf",
66
url = "http://rust-lang.org/src/rustc")];
77

8-
#[desc = "The Rust compiler"];
8+
#[comment = "The Rust compiler"];
99
#[license = "MIT"];
1010
#[crate_type = "lib"];
1111

src/rustdoc/rustdoc.rc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
uuid = "f8abd014-b281-484d-a0c3-26e3de8e2412",
66
url = "http://rust-lang.org/doc/rustdoc")];
77

8-
#[desc = "The Rust documentation generator"];
8+
#[comment = "The Rust documentation generator"];
99
#[license = "MIT"];
1010
#[crate_type = "bin"];
1111

0 commit comments

Comments
 (0)