]> git.lizzy.rs Git - rust.git/blob - tests/ui-toml/toml_disallowed_type/clippy.toml
Auto merge of #7534 - LeSeulArtichaut:7517-closure-too-many-lines, r=flip1995
[rust.git] / 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 ]