rust-clippy
rust-clippy copied to clipboard
remove `deduplicate-diagnostics=no` in `suspicious_operation_groupings.stderr`
a part of #12379.
In this PR, we will update the lint to store already outputted Spans internally to prevent suspicious_operation_groupings from outputting the same error multiple times.
changelog: Fixed duplicate errors in suspicious_operation_groupings.
r? @Centri3
rustbot has assigned @Centri3. They will have a look at your PR within the next two weeks and either review your PR or reassign to another reviewer.
Use r? to explicitly pick a reviewer
r? rust-lang/clippy
Yeah, I don't think this is the right fix. We should use the right spans whilst linting.
Why is this lint emitting duplicate diagnostics?
:umbrella: The latest upstream changes (presumably #13440) made this pull request unmergeable. Please resolve the merge conflicts.
:umbrella: The latest upstream changes (possibly d28d2344d000aa96bef729cf408731f952f71fb0) made this pull request unmergeable. Please resolve the merge conflicts.
Closing because no activity and not the right fix.