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