Skip to content

Commit

Permalink
fix: take clippy suggestion for lifetime
Browse files Browse the repository at this point in the history
  • Loading branch information
zhuliquan authored Dec 3, 2024
1 parent 993b24d commit 2d38a5f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/arroyo-planner/src/rewriters.rs
Original file line number Diff line number Diff line change
Expand Up @@ -706,7 +706,7 @@ impl<'a> SinkInputRewriter<'a> {
}
}

impl<'a> TreeNodeRewriter for SinkInputRewriter<'a> {
impl TreeNodeRewriter for SinkInputRewriter<'_> {
type Node = LogicalPlan;

fn f_down(&mut self, node: Self::Node) -> DFResult<Transformed<Self::Node>> {
Expand Down

0 comments on commit 2d38a5f

Please sign in to comment.