From ec6b6090fc03325660ecd4cf00f8f569d8db5829 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Hannes=20K=C3=B6rber?= Date: Tue, 29 Aug 2023 21:34:00 +0200 Subject: [PATCH] clippy --- rust/src/models/trips.rs | 1 + 1 file changed, 1 insertion(+) diff --git a/rust/src/models/trips.rs b/rust/src/models/trips.rs index 9acddf6..d54af02 100644 --- a/rust/src/models/trips.rs +++ b/rust/src/models/trips.rs @@ -24,6 +24,7 @@ pub enum TripState { Done, } +#[allow(clippy::new_without_default)] impl TripState { pub fn new() -> Self { TripState::Init