7 |
#[cfg(not(feature = "unstable"))]
|
8 |
#[allow(clippy::transmute_int_to_char)]
|
9 |
{
|
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 {
|
377 |
#![allow(
|
378 |
clippy::transmute_int_to_char,
|
379 |
clippy::or_fun_call,
|