Skip to content

Commit

Permalink
Remove nop filter
Browse files Browse the repository at this point in the history
  • Loading branch information
casey committed Nov 21, 2023
1 parent 3741507 commit 7fc0363
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/analyzer.rs
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,6 @@ impl<'src> Analyzer<'src> {

let first = recipes
.values()
.filter(|_recipe| true)
.fold(None, |accumulator, next| match accumulator {
None => Some(Rc::clone(next)),
Some(previous) => Some(if previous.line_number() < next.line_number() {
Expand Down

0 comments on commit 7fc0363

Please sign in to comment.