diff options
| author | Alex Crichton <alex@alexcrichton.com> | 2014-05-21 20:33:00 -0700 |
|---|---|---|
| committer | Alex Crichton <alex@alexcrichton.com> | 2014-05-21 20:33:00 -0700 |
| commit | 1ccc51ce3b746ee702ef875a90b53b1b06fd2bf8 (patch) | |
| tree | b73f0bc3d8a614d5621832801a4560d4274a8dcb /src/libsyntax | |
| parent | 799ddba8dac2e6b6a7dc6927a7cc0b5e785deecb (diff) | |
| download | rust-1ccc51ce3b746ee702ef875a90b53b1b06fd2bf8.tar.gz rust-1ccc51ce3b746ee702ef875a90b53b1b06fd2bf8.zip | |
doc: Fix some broken links
Diffstat (limited to 'src/libsyntax')
| -rw-r--r-- | src/libsyntax/attr.rs | 2 |
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> |
