Explorar o código

Minuscule code cleanup

Ben S %!s(int64=10) %!d(string=hai) anos
pai
achega
0c66d15345
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      src/options.rs

+ 1 - 1
src/options.rs

@@ -482,7 +482,7 @@ impl DirAction {
 
     pub fn is_tree(&self) -> bool {
         match *self {
-            DirAction::Recurse(RecurseOptions { max_depth: _, tree }) => tree,
+            DirAction::Recurse(RecurseOptions { tree, .. }) => tree,
             _ => false,
          }
     }