Skip to content

Commit bbf5001

Browse files
authored
bump stabilization to 1.51.0
1 parent 573ec31 commit bbf5001

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

library/std/src/error.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -506,7 +506,7 @@ impl<T: Error> Error for Box<T> {
506506
}
507507
}
508508

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

0 commit comments

Comments
 (0)