We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents c710e76 + a917a39 commit e0822e4Copy full SHA for e0822e4
encodings/decimal-byte-parts/src/decimal_byte_parts/mod.rs
@@ -212,7 +212,6 @@ impl OperationsVTable<DecimalBytePartsVTable> for DecimalBytePartsVTable {
212
}
213
214
215
- #[allow(clippy::useless_conversion)]
216
fn scalar_at(array: &DecimalBytePartsArray, index: usize) -> Scalar {
217
// TODO(joe): support parts len != 1
218
let scalar = array.msp.scalar_at(index);
0 commit comments