diff --git a/src/repo/sled.rs b/src/repo/sled.rs index b19c338..d35149e 100644 --- a/src/repo/sled.rs +++ b/src/repo/sled.rs @@ -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),