Bump deprecation of std's PanicInfo alias to 1.82.0.
This commit is contained in:
parent
de07c1a928
commit
a345c3daf6
@ -12,7 +12,7 @@ use crate::thread::Result;
|
|||||||
|
|
||||||
#[stable(feature = "panic_hooks", since = "1.10.0")]
|
#[stable(feature = "panic_hooks", since = "1.10.0")]
|
||||||
#[deprecated(
|
#[deprecated(
|
||||||
since = "1.80.0",
|
since = "1.82.0",
|
||||||
note = "use `PanicHookInfo` instead",
|
note = "use `PanicHookInfo` instead",
|
||||||
suggestion = "std::panic::PanicHookInfo"
|
suggestion = "std::panic::PanicHookInfo"
|
||||||
)]
|
)]
|
||||||
|
Loading…
x
Reference in New Issue
Block a user