]> git.lizzy.rs Git - rust.git/blob - src/tools/clippy/tests/ui-toml/toml_disallowed_type/clippy.toml
Add 'compiler/rustc_codegen_gcc/' from commit 'afae271d5d3719eeb92c18bc004bb6d1965a5f3f'
[rust.git] / src / tools / clippy / tests / ui-toml / toml_disallowed_type / clippy.toml
1 disallowed-types = [
2     "std::collections::HashMap",
3     "std::sync::atomic::AtomicU32",
4     "syn::TypePath",
5     "proc_macro2::Ident",
6     "std::thread::Thread",
7     "std::time::Instant",
8     "std::io::Read",
9     "std::primitive::usize",
10     "bool"
11 ]