Minuscule code cleanup

This commit is contained in:
Ben S 2015-05-21 16:09:26 +01:00
parent 31ce5b27ab
commit 0c66d15345

View File

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