mirror of
https://git.asonix.dog/asonix/pict-rs
synced 2024-11-09 22:14:59 +00:00
Remove unused error
This commit is contained in:
parent
1de257bb07
commit
ac996ff832
1 changed files with 0 additions and 3 deletions
|
@ -47,9 +47,6 @@ pub(crate) enum SledError {
|
|||
#[error("Invalid details json")]
|
||||
Details(#[from] serde_json::Error),
|
||||
|
||||
#[error("Error formatting timestamp")]
|
||||
Format(#[source] time::error::Format),
|
||||
|
||||
#[error("Error parsing variant key")]
|
||||
VariantKey(#[from] VariantKeyError),
|
||||
|
||||
|
|
Loading…
Reference in a new issue