Skip to content

Commit

Permalink
refactor: remove unnecessary comment
Browse files Browse the repository at this point in the history
  • Loading branch information
pedrohba1 committed Nov 6, 2024
1 parent 45d2f44 commit f59966c
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion crates/forrestrie/src/execution_layer.rs
Original file line number Diff line number Diff line change
Expand Up @@ -132,7 +132,6 @@ impl TargetLeaves {
}
}

// Implement IntoIterator for TargetLeaves
impl IntoIterator for TargetLeaves {
type Item = TargetLeaf;
type IntoIter = IntoIter<TargetLeaf>;
Expand Down

0 comments on commit f59966c

Please sign in to comment.