Remove stability annotations from trait impl items
Remove `stable` stability annotations from inherent impls
This commit is contained in:
@@ -133,7 +133,6 @@ macro_rules! default_impl {
|
||||
#[stable(feature = "rust1", since = "1.0.0")]
|
||||
impl Default for $t {
|
||||
#[inline]
|
||||
#[stable(feature = "rust1", since = "1.0.0")]
|
||||
fn default() -> $t { $v }
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user