mirror of
https://github.com/dtolnay/thiserror.git
synced 2025-04-04 13:27:38 +03:00
also {std -> core}::panic::UnwindSafe
This commit is contained in:
parent
7b6e35b992
commit
ce974bc2bd
1 changed files with 1 additions and 1 deletions
|
@ -1,5 +1,5 @@
|
||||||
use std::error::Error;
|
use std::error::Error;
|
||||||
use std::panic::UnwindSafe;
|
use core::panic::UnwindSafe;
|
||||||
|
|
||||||
#[doc(hidden)]
|
#[doc(hidden)]
|
||||||
pub trait AsDynError<'a>: Sealed {
|
pub trait AsDynError<'a>: Sealed {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue