mirror of
https://github.com/rust-lang/rust-clippy
synced 2024-11-27 23:20:39 +00:00
Remove file accidentally re-added during rebase
This commit is contained in:
parent
2c26c0f621
commit
50e3ef9eb5
1 changed files with 0 additions and 13 deletions
|
@ -1,13 +0,0 @@
|
||||||
//! This module contains some useful constants.
|
|
||||||
|
|
||||||
#![deny(clippy::missing_docs_in_private_items)]
|
|
||||||
|
|
||||||
/// List of the built-in types names.
|
|
||||||
///
|
|
||||||
/// See also [the reference][reference-types] for a list of such types.
|
|
||||||
///
|
|
||||||
/// [reference-types]: https://doc.rust-lang.org/reference/types.html
|
|
||||||
pub const BUILTIN_TYPES: &[&str] = &[
|
|
||||||
"i8", "u8", "i16", "u16", "i32", "u32", "i64", "u64", "i128", "u128", "isize", "usize", "f32", "f64", "bool",
|
|
||||||
"str", "char",
|
|
||||||
];
|
|
Loading…
Reference in a new issue