Skip to content

Commit

Permalink
Auto merge of rust-lang#128007 - Mark-Simulacrum:bump-version, r=Mark…
Browse files Browse the repository at this point in the history
  • Loading branch information
bors committed Jul 20, 2024
2 parents 5069856 + 94a4279 commit c1a631d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions src/tools/rust-analyzer/crates/stdx/src/panic_context.rs
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ impl PanicContext {
#[allow(clippy::print_stderr)]
fn init() {
let default_hook = panic::take_hook();
#[allow(deprecated)]
let hook = move |panic_info: &panic::PanicInfo<'_>| {
with_ctx(|ctx| {
if !ctx.is_empty() {
Expand Down
2 changes: 1 addition & 1 deletion src/version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.81.0
1.82.0

0 comments on commit c1a631d

Please sign in to comment.