Skip to content

Commit

Permalink
Move deprecation of std::panic::PanicInfo to 1.80.0.
Browse files Browse the repository at this point in the history
  • Loading branch information
m-ou-se committed Jun 11, 2024
1 parent 143e4c4 commit c4dea81
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion std/src/panic.rs
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ use crate::thread::Result;

#[stable(feature = "panic_hooks", since = "1.10.0")]
#[deprecated(
since = "1.77.0",
since = "1.80.0",
note = "use `PanicHookInfo` instead",
suggestion = "std::panic::PanicHookInfo"
)]
Expand Down

0 comments on commit c4dea81

Please sign in to comment.