about summary refs log tree commit diff
diff options
context:
space:
mode:
authorBrian Anderson <banderson@mozilla.com>2012-01-23 16:25:15 -0800
committerBrian Anderson <banderson@mozilla.com>2012-01-23 16:25:20 -0800
commit368daf8b5a0df49e75bca21d8f7a0af87b387230 (patch)
tree6b215a3f3fba09174c3044f2768997d9ab987f01
parent50d8e9f2a193b3321009f7f92b2201c0863a1b83 (diff)
downloadrust-368daf8b5a0df49e75bca21d8f7a0af87b387230.tar.gz
rust-368daf8b5a0df49e75bca21d8f7a0af87b387230.zip
Change rustc and rustdoc's #[desc] attribute to #[comment]
There are two attributes in use for this same purpose.
-rw-r--r--src/comp/rustc.rc2
-rw-r--r--src/rustdoc/rustdoc.rc2
2 files changed, 2 insertions, 2 deletions
diff --git a/src/comp/rustc.rc b/src/comp/rustc.rc
index 20364cc5369..d63916d4d31 100644
--- a/src/comp/rustc.rc
+++ b/src/comp/rustc.rc
@@ -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"];
 
diff --git a/src/rustdoc/rustdoc.rc b/src/rustdoc/rustdoc.rc
index 12a8733a9b2..61f2311a5b8 100644
--- a/src/rustdoc/rustdoc.rc
+++ b/src/rustdoc/rustdoc.rc
@@ -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"];