266 |
impl From<u32> for DataType {
|
267 |
#[allow(clippy::bad_bit_mask)]
|
268 |
fn from(value: u32) -> Self {
|
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]
|
14 |
impl LibinputInterface for Interface {
|
15 |
#[allow(clippy::bad_bit_mask)]
|
16 |
fn open_restricted(&mut self, path: &Path, flags: i32) -> Result<RawFd, i32> {
|
29 |
#[test]
|
30 |
#[allow(clippy::bad_bit_mask)]
|
31 |
#[allow(clippy::assertions_on_constants)]
|
302 |
/// Check the opcode and return the addressing mode.
|
303 |
#[allow(clippy::bad_bit_mask)]
|
304 |
#[bitmatch]
|
1 |
#![allow(clippy::bad_bit_mask)]
|