Skip to content

Commit

Permalink
Bump deprecation of std's PanicInfo alias to 1.82.0.
Browse files Browse the repository at this point in the history
  • Loading branch information
m-ou-se committed Jun 11, 2024
1 parent fea6b03 commit 0503ca7
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.80.0",
since = "1.82.0",
note = "use `PanicHookInfo` instead",
suggestion = "std::panic::PanicHookInfo"
)]
Expand Down

0 comments on commit 0503ca7

Please sign in to comment.