You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on May 28, 2025. It is now read-only.
Auto merge of rust-lang#5529 - alex-700:improve-option-and-then-some-lint, r=phansch
Improve `option_and_then_some` lint
fixedrust-lang#5492
changelog: Improve and generalize `option_and_then_some` and rename it to `bind_instead_of_map`.
* Deprecate `unused_collect` lint. This is fully covered by rustc's `#[must_use]` on `collect`[#4348](https://github.com/rust-lang/rust-clippy/pull/4348)
321
321
* Move `type_repetition_in_bounds` to pedantic group [#4403](https://github.com/rust-lang/rust-clippy/pull/4403)
0 commit comments