diff --git a/src/models/application/modes/path.rs b/src/models/application/modes/path.rs index 1277c825..37c603ad 100644 --- a/src/models/application/modes/path.rs +++ b/src/models/application/modes/path.rs @@ -27,6 +27,12 @@ impl PathMode { } } +impl Default for PathMode { + fn default() -> Self { + Self::new() + } +} + impl fmt::Display for PathMode { fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { write!(f, "PATH")