• ext-php-rs 0.10.0/src/flags.rs
    266
    impl From<u32> for DataType {
    267
        #[allow(clippy::bad_bit_mask)]
    268
        fn from(value: u32) -> Self {
  • itm 0.9.0-rc.1/src/lib.rs
    688
    /// Decodes the first byte of a packet, the header, into a complete packet or a packet stub.
    689
    #[allow(clippy::bad_bit_mask)]
    690
    #[bitmatch]
  • lillinput 0.3.0/src/events/libinput.rs
    14
    impl LibinputInterface for Interface {
    15
        #[allow(clippy::bad_bit_mask)]
    16
        fn open_restricted(&mut self, path: &Path, flags: i32) -> Result<RawFd, i32> {
  • lokacore 0.3.0/tests/branchless.rs
    29
    #[test]
    30
    #[allow(clippy::bad_bit_mask)]
    31
    #[allow(clippy::assertions_on_constants)]
  • vm6502 0.1.1/src/vm/control.rs
    302
        /// Check the opcode and return the addressing mode.
    303
        #[allow(clippy::bad_bit_mask)]
    304
        #[bitmatch]
  • macroboard 0.2.0/src/linux/mod.rs
    1
    #![allow(clippy::bad_bit_mask)]