Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 922d16d

Browse files
committed
Linting
1 parent cfdf603 commit 922d16d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

crates/viewer/re_dataframe_ui/src/filters.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
use arrow::datatypes::{DataType, Field};
2-
use datafusion::common::{DFSchema, ExprSchema};
2+
use datafusion::common::{DFSchema, ExprSchema as _};
33
use datafusion::prelude::{Column, Expr, array_has, array_to_string, col, contains, lit, lower};
44

55
#[derive(Debug, Clone, thiserror::Error)]

0 commit comments

Comments
 (0)