Skip to content

Commit a917a39

Browse files
chore[dbp]: remove useless_conversion (#5487)
Signed-off-by: Joe Isaacs <[email protected]>
1 parent f52dbf0 commit a917a39

File tree

1 file changed

+0
-1
lines changed
  • encodings/decimal-byte-parts/src/decimal_byte_parts

1 file changed

+0
-1
lines changed

encodings/decimal-byte-parts/src/decimal_byte_parts/mod.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -212,7 +212,6 @@ impl OperationsVTable<DecimalBytePartsVTable> for DecimalBytePartsVTable {
212212
}
213213
}
214214

215-
#[allow(clippy::useless_conversion)]
216215
fn scalar_at(array: &DecimalBytePartsArray, index: usize) -> Scalar {
217216
// TODO(joe): support parts len != 1
218217
let scalar = array.msp.scalar_at(index);

0 commit comments

Comments
 (0)