also {std -> core}::panic::UnwindSafe

This commit is contained in:
Robert Jördens 2024-05-17 15:42:03 +02:00
parent 7b6e35b992
commit ce974bc2bd

View file

@ -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 {