mirror of
https://gitlab.com/comunic/comunicapiv3
synced 2025-09-25 22:29:45 +00:00
Update dependencies
This commit is contained in:
@@ -1,8 +1,7 @@
|
||||
use core::fmt;
|
||||
use std::error;
|
||||
use std::error::Error;
|
||||
|
||||
use serde::export::Formatter;
|
||||
use std::fmt::Formatter;
|
||||
|
||||
/// Simple rust error
|
||||
///
|
||||
@@ -37,4 +36,5 @@ impl fmt::Display for ExecError {
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
impl error::Error for ExecError {}
|
Reference in New Issue
Block a user