• libm 0.2.6/src/lib.rs
    9
    #![allow(clippy::deprecated_cfg_attr)]
    10
    #![allow(clippy::mixed_case_hex_literals)]
    11
    #![allow(clippy::float_cmp)]
  • thorium 0.4.0/src/lib.rs
    10
    #![allow(clippy::cast_lossless)]
    11
    #![allow(clippy::mixed_case_hex_literals)]
    12
    // dev configs, do not ship like this (it'll ship like this)