]> git.lizzy.rs Git - rust.git/blob - src/tools/clippy/tests/ui-toml/bad_toml_type/conf_bad_type.rs
Merge commit '61667dedf55e3e5aa584f7ae2bd0471336b92ce9' into sync_cg_clif-2021-09-19
[rust.git] / src / tools / clippy / tests / ui-toml / bad_toml_type / conf_bad_type.rs
1 // error-pattern: error reading Clippy's configuration file: `blacklisted-names` is expected to be a
2 // `Vec < String >` but is a `integer`
3
4 fn main() {}