Skip to content

Commit

Permalink
fix clippy
Browse files Browse the repository at this point in the history
Signed-off-by: Bugen Zhao <i@bugenzhao.com>
  • Loading branch information
BugenZhao committed Sep 27, 2023
1 parent 921eefc commit a597f2c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/expr/core/src/expr/expr_vnode.rs
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ impl Build for VnodeExpression {
let dist_key_input_refs = func_call_node
.get_children()
.iter()
.map(|e| InputRefExpression::from_prost(e))
.map(InputRefExpression::from_prost)
.map(|input| input.index())
.collect();

Expand Down

0 comments on commit a597f2c

Please sign in to comment.