Skip to content

Commit 2327d6e

Browse files
committed
chore: fix clippy error
Signed-off-by: Alan Tang <jmtangcs@gmail.com>
1 parent d485fb7 commit 2327d6e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

datafusion/spark/src/function/array/spark_array.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ use datafusion_expr::{
3333

3434
use crate::function::functions_nested_utils::make_scalar_function;
3535

36-
const ARRAY_FIELD_DEFAULT_NAME: &'static str = "element";
36+
const ARRAY_FIELD_DEFAULT_NAME: &str = "element";
3737

3838
#[derive(Debug)]
3939
pub struct SparkArray {

0 commit comments

Comments
 (0)