From 1361e3088224860b143755e9fe1f1d7ce033e476 Mon Sep 17 00:00:00 2001 From: Jonas Maier <> Date: Tue, 10 Mar 2026 18:03:39 +0100 Subject: clippy --- src/date.rs | 1 + 1 file changed, 1 insertion(+) (limited to 'src/date.rs') diff --git a/src/date.rs b/src/date.rs index 8083da8..1170702 100644 --- a/src/date.rs +++ b/src/date.rs @@ -49,6 +49,7 @@ impl DateTime { .as_secs() } + #[allow(clippy::blocks_in_conditions)] pub fn relative_to(&self, other: &Self) -> String { let a = self.unix(); let b = other.unix(); -- cgit v1.2.3