Skip to main content Module nonstandard_style Copy item path Source NonCamelCaseTypes NonSnakeCase NonUpperCaseGlobalGenerator 🔒 NonUpperCaseGlobals NON_CAMEL_CASE_TYPES The non_camel_case_types lint detects types, variants, traits and
type parameters that don’t have camel case names. NON_SNAKE_CASE The non_snake_case lint detects variables, methods, functions,
lifetime parameters and modules that don’t have snake case names. NON_UPPER_CASE_GLOBALS The non_upper_case_globals lint detects static items that don’t have
uppercase identifiers. changes_when_titlecased 🔒 FIXME: we should add a more efficient version
in the stdlib for this char_has_case 🔒 Some unicode characters have case, are considered upper, title, or lower case, but they can’t
be title cased or lower cased. For the purposes of the lint suggestion, we care about being able
to change the char’s case. is_upper_camel_case 🔒 not_camel_case 🔒 to_upper_camel_case 🔒