Skip to content

Commit ba78a1f

Browse files
authored
Merge pull request JanKaul#240 from JanKaul/fix-clippy
fix clippy warnings
2 parents 29b81ea + 3a3f9de commit ba78a1f

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

iceberg-rust/src/table/transaction/operation.rs

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -149,7 +149,6 @@ impl Operation {
149149
.with_status(Status::Added)
150150
.with_data_file(data_file)
151151
.build()
152-
.map_err(crate::spec::error::Error::from)
153152
.map_err(Error::from)
154153
});
155154

@@ -159,7 +158,6 @@ impl Operation {
159158
.with_status(Status::Added)
160159
.with_data_file(data_file)
161160
.build()
162-
.map_err(crate::spec::error::Error::from)
163161
.map_err(Error::from)
164162
});
165163

0 commit comments

Comments
 (0)