提交 0c66d153 编写于 作者: B Ben S

Minuscule code cleanup

上级 31ce5b27
......@@ -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,
}
}
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册