We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents cdb97b8 + 900db35 commit fd74511Copy full SHA for fd74511
crates/stdx/src/panic_context.rs
@@ -21,6 +21,7 @@ impl PanicContext {
21
#[allow(clippy::print_stderr)]
22
fn init() {
23
let default_hook = panic::take_hook();
24
+ #[allow(deprecated)]
25
let hook = move |panic_info: &panic::PanicInfo<'_>| {
26
with_ctx(|ctx| {
27
if !ctx.is_empty() {
rust-version
@@ -1 +1 @@
1
-a91f7d72f12efcc00ecf71591f066c534d45ddf7
+1b51d80027919563004918eaadfa0d890ac0eb93
0 commit comments