Skip to content

Commit 7800cf4

Browse files
committed
Merge pull request JanKaul#240 from JanKaul/fix-clippy
fix clippy warnings
2 parents 5e22cd6 + a741982 commit 7800cf4

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
@@ -155,7 +155,6 @@ impl Operation {
155155
.with_status(Status::Added)
156156
.with_data_file(data_file)
157157
.build()
158-
.map_err(crate::spec::error::Error::from)
159158
.map_err(Error::from)
160159
});
161160

@@ -165,7 +164,6 @@ impl Operation {
165164
.with_status(Status::Added)
166165
.with_data_file(data_file)
167166
.build()
168-
.map_err(crate::spec::error::Error::from)
169167
.map_err(Error::from)
170168
});
171169

0 commit comments

Comments
 (0)