Function rustc_lint::nonstandard_style::char_has_case
source · fn char_has_case(c: char) -> bool
Expand description
Some unicode characters have case, are considered upper case or lower case, but they can’t be upper cased or lower cased. For the purposes of the lint suggestion, we care about being able to change the char’s case.