Skip to content

Commit

Permalink
also {std -> core}::panic::UnwindSafe
Browse files Browse the repository at this point in the history
  • Loading branch information
jordens committed May 17, 2024
1 parent 7b6e35b commit ce974bc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/aserror.rs
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
use std::error::Error;
use std::panic::UnwindSafe;
use core::panic::UnwindSafe;

#[doc(hidden)]
pub trait AsDynError<'a>: Sealed {
Expand Down

0 comments on commit ce974bc

Please sign in to comment.