From 368daf8b5a0df49e75bca21d8f7a0af87b387230 Mon Sep 17 00:00:00 2001 From: Brian Anderson Date: Mon, 23 Jan 2012 16:25:15 -0800 Subject: [PATCH] Change rustc and rustdoc's #[desc] attribute to #[comment] There are two attributes in use for this same purpose. --- src/comp/rustc.rc | 2 +- src/rustdoc/rustdoc.rc | 2 +- 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"];