From ac996ff8326baed41f9602464a8cd37f8d22a3d2 Mon Sep 17 00:00:00 2001 From: asonix Date: Tue, 15 Aug 2023 21:25:04 -0500 Subject: [PATCH] Remove unused error --- src/repo/sled.rs | 3 --- 1 file changed, 3 deletions(-) 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),