Extend manual_filter to cover and_then#16456
Conversation
b147757 to
b12c8eb
Compare
|
Lintcheck changes for 3351369
This comment will be updated if you push new changes |
837a8aa to
4c0d9c2
Compare
|
r? clippy |
This comment has been minimized.
This comment has been minimized.
|
r? clippy |
|
@Jarcho since you are intending to eventually split the lints crate, these changes would probably require eventually splitting this lint into two as well: one for the At first, I thought we could:
One problem with that is this helper function
I think this would retain the benefits of crate splitting (lower compile times), since this multipass crate, while being a dependence of many pass crates, should be pretty small, and so should compile quickly and let the parallelism kick in directly afterwards. What do you think? |
|
@ada4a Is there any update needed for this PR? Or maybe we can have it merged. |
This comment has been minimized.
This comment has been minimized.
|
This PR was rebased onto a different master commit. Here's a range-diff highlighting what actually changed. Rebasing is a normal part of keeping PRs up to date, so no action is needed—this note is just to help reviewers. |
View all comments
Closes #14440
Implemented as enhancement to
manual_filterchangelog: [
manual_filter] enhance to coverand_then