astral-string 0.0.5
/src/
name.rs
915
#[allow(
clippy::string_extend_chars
)]
916
// Returning `mut` is allowed because of `UnsafeCell`
astral-string 0.0.5
/src/
text.rs
855
#[allow(
clippy::string_extend_chars
)]
856
// Returning `mut` is allowed because of `UnsafeCell`