]> git.lizzy.rs Git - rust.git/blob - src/tools/clippy/tests/ui-toml/bad_toml_type/conf_bad_type.rs
Auto merge of #85190 - mati865:update-cc, r=Mark-Simulacrum
[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() {}