Thanks to visit codestin.com Credit goes to github.com
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.
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