Skip to content

Commit

Permalink
bump stabilization to 1.51.0
Browse files Browse the repository at this point in the history
  • Loading branch information
KodrAus authored Dec 21, 2020
1 parent 573ec31 commit bbf5001
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion library/std/src/error.rs
Original file line number Diff line number Diff line change
Expand Up @@ -506,7 +506,7 @@ impl<T: Error> Error for Box<T> {
}
}

#[stable(feature = "error_by_ref", since = "1.49.0")]
#[stable(feature = "error_by_ref", since = "1.51.0")]
impl<'a, T: Error + ?Sized> Error for &'a T {
#[allow(deprecated, deprecated_in_future)]
fn description(&self) -> &str {
Expand Down

0 comments on commit bbf5001

Please sign in to comment.