Skip to content

Commit a345c3d

Browse files
committed
Bump deprecation of std's PanicInfo alias to 1.82.0.
1 parent de07c1a commit a345c3d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

library/std/src/panic.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ use crate::thread::Result;
1212

1313
#[stable(feature = "panic_hooks", since = "1.10.0")]
1414
#[deprecated(
15-
since = "1.80.0",
15+
since = "1.82.0",
1616
note = "use `PanicHookInfo` instead",
1717
suggestion = "std::panic::PanicHookInfo"
1818
)]

0 commit comments

Comments
 (0)