Skip to content

Commit 41217a6

Browse files
authored
update stabilization to 1.49.0
1 parent 6c4786c commit 41217a6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

std/src/error.rs

Lines changed: 1 addition & 1 deletion
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.47.0")]
509+
#[stable(feature = "error_by_ref", since = "1.49.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)