Skip to content

Commit

Permalink
clippy
Browse files Browse the repository at this point in the history
  • Loading branch information
lispc committed Jun 23, 2024
1 parent fc145c2 commit a84971d
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions integration/src/capacity_checker.rs
Original file line number Diff line number Diff line change
Expand Up @@ -60,8 +60,7 @@ pub fn run_circuit_capacity_checker(

results
.into_iter()
.filter(|(mode, _)| *mode == CCCMode::Siger)
.next()
.find(|(mode, _)| *mode == CCCMode::Siger)
.map(|(_, (_, t))| t)
}

Expand Down

0 comments on commit a84971d

Please sign in to comment.