Constant clippy_lints::utils::constants::BUILTIN_TYPES [] [src]

pub const BUILTIN_TYPES: &'static [&'static str] = &["i8", "u8", "i16", "u16", "i32", "u32", "i64", "u64", "isize", "usize",
  "f32", "f64", "bool", "str", "char"]

List of the built-in types names.

See also the reference for a list of such types.