311 |
// This is set by the Arrow specification
|
312 |
#[allow(clippy::manual_bits)]
|
313 |
fn bit_width(data_type: &DataType, i: usize) -> Result<usize> {
|
848 |
// MSRV is currently 1.51.0.
|
849 |
#[allow(clippy::manual_bits)]
|
850 |
#[inline(always)]
|