diff options
| author | Brian Anderson <banderson@mozilla.com> | 2012-01-23 16:25:15 -0800 |
|---|---|---|
| committer | Brian Anderson <banderson@mozilla.com> | 2012-01-23 16:25:20 -0800 |
| commit | 368daf8b5a0df49e75bca21d8f7a0af87b387230 (patch) | |
| tree | 6b215a3f3fba09174c3044f2768997d9ab987f01 /src/comp | |
| parent | 50d8e9f2a193b3321009f7f92b2201c0863a1b83 (diff) | |
| download | rust-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.rc | 2 |
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"]; |
