mirror of
https://github.com/rust-lang/rust-clippy
synced 2024-11-23 13:13:34 +00:00
Set level of identity_conversion FP to warn
This commit is contained in:
parent
b253c564d5
commit
55f67fc7f4
1 changed files with 1 additions and 0 deletions
|
@ -74,6 +74,7 @@ fn run_mode(mode: &str, dir: PathBuf) {
|
|||
compiletest::run_tests(&cfg);
|
||||
}
|
||||
|
||||
#[warn(clippy::identity_conversion)]
|
||||
fn run_ui_toml_tests(config: &compiletest::Config, mut tests: Vec<TestDescAndFn>) -> Result<bool, io::Error> {
|
||||
let mut result = true;
|
||||
let opts = compiletest::test_opts(config);
|
||||
|
|
Loading…
Reference in a new issue