Skip to content

Commit c4dea81

Browse files
committed
Move deprecation of std::panic::PanicInfo to 1.80.0.
1 parent 143e4c4 commit c4dea81

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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.77.0",
15+
since = "1.80.0",
1616
note = "use `PanicHookInfo` instead",
1717
suggestion = "std::panic::PanicHookInfo"
1818
)]

0 commit comments

Comments
 (0)