make boxed error send and sync
This commit is contained in:
Родитель
b3ca7ce4fe
Коммит
fafe5b1bb3
|
@ -16,7 +16,7 @@ pub enum Error {
|
|||
#[error("Invalid argument {source}")]
|
||||
InvalidArgumentError {
|
||||
#[source]
|
||||
source: Box<dyn std::error::Error>,
|
||||
source: Box<dyn std::error::Error + Send + Sync + 'static>,
|
||||
},
|
||||
|
||||
/// Error raised when specific functionality is not (yet) implemented
|
||||
|
|
Загрузка…
Ссылка в новой задаче