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.
1 parent f52dbf0 commit a917a39Copy full SHA for a917a39
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