about summary refs log tree commit diff
path: root/src/comp
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 /src/comp
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.
Diffstat (limited to 'src/comp')
-rw-r--r--src/comp/rustc.rc2
1 files changed, 1 insertions, 1 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"];