grandfathered -> rust1

This commit is contained in:
Brian Anderson
2015-01-23 21:48:20 -08:00
parent b7fe2c54b7
commit b44ee371b8
102 changed files with 1490 additions and 1490 deletions

View File

@@ -1814,9 +1814,9 @@ bitflags! {
}
#[stable(feature = "grandfathered", since = "1.0.0")]
#[stable(feature = "rust1", since = "1.0.0")]
impl Default for FilePermission {
#[stable(feature = "grandfathered", since = "1.0.0")]
#[stable(feature = "rust1", since = "1.0.0")]
#[inline]
fn default() -> FilePermission { FilePermission::empty() }
}