update stabilization to 1.49.0
This commit is contained in:
parent
39466bc58b
commit
573ec314b6
1 changed files with 1 additions and 1 deletions
|
|
@ -506,7 +506,7 @@ impl<T: Error> Error for Box<T> {
|
|||
}
|
||||
}
|
||||
|
||||
#[stable(feature = "error_by_ref", since = "1.47.0")]
|
||||
#[stable(feature = "error_by_ref", since = "1.49.0")]
|
||||
impl<'a, T: Error + ?Sized> Error for &'a T {
|
||||
#[allow(deprecated, deprecated_in_future)]
|
||||
fn description(&self) -> &str {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue