Skip to content

Commit c1a631d

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 5069856 + 94a4279 commit c1a631d

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

src/tools/rust-analyzer/crates/stdx/src/panic_context.rs

+1
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() {

src/version

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
1.81.0
1+
1.82.0

0 commit comments

Comments
 (0)