• const-str 0.5.3/src/str.rs
    7
        #[cfg(not(feature = "unstable"))]
    8
        #[allow(clippy::transmute_int_to_char)]
    9
        {
  • encoding-next 0.3.0/src/util.rs
    13
    /// Unchecked conversion to `char`.
    14
    #[allow(clippy::transmute_int_to_char)]
    15
    pub fn as_char(ch: u32) -> char {
    113
        #[inline(always)]
    114
        #[allow(clippy::transmute_int_to_char)]
    115
        pub fn emit(&mut self, c: u32) -> St {
  • decancer 1.5.3/src/lib.rs
    377
    #![allow(
    378
      clippy::transmute_int_to_char,
    379
      clippy::or_fun_call,