We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7b6e35b commit ce974bcCopy full SHA for ce974bc
src/aserror.rs
@@ -1,5 +1,5 @@
1
use std::error::Error;
2
-use std::panic::UnwindSafe;
+use core::panic::UnwindSafe;
3
4
#[doc(hidden)]
5
pub trait AsDynError<'a>: Sealed {
0 commit comments