Enable clippy::unnecessary_operation (#8752)
This PR enables the [`clippy::unnecessary_operation`](https://rust-lang.github.io/rust-clippy/master/index.html#/unnecessary_operation) rule and fixes the outstanding violations. Release Notes: - N/A
This commit is contained in:
@@ -114,7 +114,6 @@ fn run_clippy(args: ClippyArgs) -> Result<()> {
|
||||
"clippy::single_range_in_vec_init",
|
||||
"clippy::suspicious_to_owned",
|
||||
"clippy::type_complexity",
|
||||
"clippy::unnecessary_operation",
|
||||
"clippy::unnecessary_to_owned",
|
||||
"clippy::unnecessary_unwrap",
|
||||
"clippy::useless_conversion",
|
||||
|
||||
Reference in New Issue
Block a user