Skip to content

Commit 84ef2c8

Browse files
committed
Auto merge of #128007 - Mark-Simulacrum:bump-version, r=Mark-Simulacrum
Bump to 1.82 https://forge.rust-lang.org/release/process.html#bump-the-stable-version-number-t-6-days-friday-the-week-before r? `@Mark-Simulacrum`
2 parents 4da51aa + f410a2d commit 84ef2c8

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

crates/stdx/src/panic_context.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@ impl PanicContext {
2121
#[allow(clippy::print_stderr)]
2222
fn init() {
2323
let default_hook = panic::take_hook();
24+
#[allow(deprecated)]
2425
let hook = move |panic_info: &panic::PanicInfo<'_>| {
2526
with_ctx(|ctx| {
2627
if !ctx.is_empty() {

0 commit comments

Comments
 (0)