Skip to content

Commit 59235de

Browse files
committed
clippy
1 parent 0a24d60 commit 59235de

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

datafusion/optimizer/src/simplify_expressions/udf_preimage.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -141,7 +141,7 @@ mod test {
141141
}
142142

143143
fn column_expr(&self, args: &[Expr]) -> Option<Expr> {
144-
args.get(0).cloned()
144+
args.first().cloned()
145145
}
146146
}
147147

0 commit comments

Comments
 (0)