about summary refs log tree commit diff
path: root/src/libsyntax
diff options
context:
space:
mode:
authorAlex Crichton <alex@alexcrichton.com>2014-05-21 20:33:00 -0700
committerAlex Crichton <alex@alexcrichton.com>2014-05-21 20:33:00 -0700
commit1ccc51ce3b746ee702ef875a90b53b1b06fd2bf8 (patch)
treeb73f0bc3d8a614d5621832801a4560d4274a8dcb /src/libsyntax
parent799ddba8dac2e6b6a7dc6927a7cc0b5e785deecb (diff)
downloadrust-1ccc51ce3b746ee702ef875a90b53b1b06fd2bf8.tar.gz
rust-1ccc51ce3b746ee702ef875a90b53b1b06fd2bf8.zip
doc: Fix some broken links
Diffstat (limited to 'src/libsyntax')
-rw-r--r--src/libsyntax/attr.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/libsyntax/attr.rs b/src/libsyntax/attr.rs
index cf5163af717..304b5c19d51 100644
--- a/src/libsyntax/attr.rs
+++ b/src/libsyntax/attr.rs
@@ -336,7 +336,7 @@ pub fn test_cfg<AM: AttrMetaMethods, It: Iterator<AM>>
     no_cfgs || some_cfg_matches
 }
 
-/// Represents the #[deprecated="foo"] (etc) attributes.
+/// Represents the #[deprecated="foo"] and friends attributes.
 pub struct Stability {
     pub level: StabilityLevel,
     pub text: Option<InternedString>