doc: Fix some broken links

This commit is contained in:
Alex Crichton
2014-05-21 20:33:00 -07:00
parent 799ddba8da
commit 1ccc51ce3b
3 changed files with 4 additions and 4 deletions

View File

@@ -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>