Skip to content

Commit 328ae70

Browse files
committed
style: Make clippy happy
1 parent c6c3427 commit 328ae70

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/graph/ops.rs

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,6 @@ pub fn protect_large_branches(graph: &mut Graph, max: usize) -> Vec<String> {
4040
}
4141
crate::graph::BranchKind::Protected => {
4242
ancestors.stop();
43-
continue;
4443
}
4544
}
4645
}
@@ -51,7 +50,6 @@ pub fn protect_large_branches(graph: &mut Graph, max: usize) -> Vec<String> {
5150
.unwrap_or_default();
5251
if action.is_protected() {
5352
ancestors.stop();
54-
continue;
5553
}
5654
}
5755
if max <= count {

0 commit comments

Comments
 (0)