kyoto7250

Results 25 issues of kyoto7250

### Summary There is a pattern that does not work even though needless_return is enabled. [playground is here](https://play.rust-lang.org/?version=stable&mode=debug&edition=2021&gist=9f84d1d415ac46d0e0fdb123b4a46462). ### Lint Name needless_return ### Reproducer I tried this code: ```rust #![warn(clippy::needless_return)]...

C-bug
I-false-negative

## Summary close #6272 ## Test Plan As in https://github.com/astral-sh/uv/pull/6262

close https://github.com/rust-lang/rust-clippy/issues/13242 This PR fixes the issue where errors from map_unwrap_or were only partially displayed. Through discussion on zulip, I changed to using `span_help` to issue change orders rather than...

S-waiting-on-review

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...

S-waiting-on-review

close https://github.com/rust-lang/rust-clippy/issues/13242 This PR fixes the issue where errors from map_unwrap_or were only partially displayed. When the error spans multiple lines, it needs to be shown in a block format....

S-waiting-on-review