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