clippy
This commit is contained in:
@@ -24,6 +24,7 @@ pub enum TripState {
|
|||||||
Done,
|
Done,
|
||||||
}
|
}
|
||||||
|
|
||||||
|
#[allow(clippy::new_without_default)]
|
||||||
impl TripState {
|
impl TripState {
|
||||||
pub fn new() -> Self {
|
pub fn new() -> Self {
|
||||||
TripState::Init
|
TripState::Init
|
||||||
|
|||||||
Reference in New Issue
Block a user