• bright_swc_css_ast 0.105.0/src/token.rs
    149
    #[allow(clippy::derive_hash_xor_eq)]
    150
    #[allow(clippy::transmute_float_to_int)]
    151
    impl Hash for Token {
  • bright_swc_css_ast 0.105.0/src/value.rs
    277
    #[allow(clippy::derive_hash_xor_eq)]
    278
    #[allow(clippy::transmute_float_to_int)]
    279
    impl Hash for Number {
  • mica 0.7.1/src/ll/value/impls/nanbox.rs
    69
            // This function produces a valid bit pattern so it's safe to call.
    70
            #[allow(clippy::transmute_float_to_int)]
    71
            Self(unsafe { std::mem::transmute(f) })
  • mica-language 0.5.0/src/value/impls/nanbox.rs
    67
          // This function produces a valid bit pattern so it's safe to call.
    68
          #[allow(clippy::transmute_float_to_int)]
    69
          Self(unsafe { std::mem::transmute(f) })
  • swc_css_ast 0.134.2/src/token.rs
    165
    #[allow(clippy::derive_hash_xor_eq)]
    166
    #[allow(clippy::transmute_float_to_int)]
    167
    impl Hash for Token {
  • swc_css_ast 0.134.2/src/value.rs
    359
    #[allow(clippy::derive_hash_xor_eq)]
    360
    #[allow(clippy::transmute_float_to_int)]
    361
    impl Hash for Number {
  • swc_ecma_ast 0.96.3/src/lit.rs
    357
    #[allow(clippy::derive_hash_xor_eq)]
    358
    #[allow(clippy::transmute_float_to_int)]
    359
    impl Hash for Number {
  • approx 0.5.1/src/lib.rs
    157
    #![no_std]
    158
    #![allow(clippy::transmute_float_to_int)]
  • dtoa 1.0.5/src/lib.rs
    47
        clippy::suspicious_else_formatting,
    48
        clippy::transmute_float_to_int,
    49
        clippy::unreadable_literal,
  • esl 0.17.1/src/lib.rs
    17
    #![allow(clippy::match_ref_pats)]
    18
    #![allow(clippy::transmute_float_to_int)]
    19
    #![allow(clippy::transmute_int_to_float)]