Skip to content

Commit dbdd4c7

Browse files
committed
Clippy
1 parent 56d6ad7 commit dbdd4c7

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

datafusion/functions/src/regex/regexplike.rs

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

3535
use std::any::Any;
36-
use std::sync::{Arc, OnceLock};
36+
use std::sync::Arc;
3737

3838
#[user_doc(
3939
doc_section(label = "Regular Expression Functions"),

0 commit comments

Comments
 (0)