Enable clippy::needless_update
(#8830)
This PR enables the [`clippy::needless_update`](https://rust-lang.github.io/rust-clippy/master/index.html#/needless_update) rule and fixes the outstanding violations. Release Notes: - N/A
This commit is contained in:
parent
94593dca4b
commit
16be391211
4 changed files with 0 additions and 6 deletions
|
@ -3885,7 +3885,6 @@ async fn test_collaborating_with_diagnostics(
|
|||
DiagnosticSummary {
|
||||
error_count: 1,
|
||||
warning_count: 0,
|
||||
..Default::default()
|
||||
},
|
||||
)]
|
||||
)
|
||||
|
@ -3922,7 +3921,6 @@ async fn test_collaborating_with_diagnostics(
|
|||
DiagnosticSummary {
|
||||
error_count: 1,
|
||||
warning_count: 0,
|
||||
..Default::default()
|
||||
},
|
||||
)]
|
||||
);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue