Skip to content

Commit 3e061c8

Browse files
committed
fix clippy warnings
1 parent 244b350 commit 3e061c8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

iceberg-rust/src/table/manifest_list.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ use smallvec::SmallVec;
2828

2929
use crate::{
3030
error::Error,
31-
table::{self, datafiles},
31+
table::datafiles,
3232
util::{summary_to_rectangle, Rectangle, Vec4},
3333
};
3434

0 commit comments

Comments
 (0)