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
I've refactored most of lints in methods module in #6826 and the PR became too large.
So, I'm going to refactor the rest of lints and move some functions to clippy_lints/src/utils/methods/ in a new PR.
This issue is a tracking issue for doing this to avoid opening a too large PR and split them into small PRs.
This issue is linked with #6680.
I've refactored most of lints in methods module in #6826 and the PR became too large.
So, I'm going to refactor the rest of lints and move some functions to
clippy_lints/src/utils/methods/
in a new PR.This issue is a tracking issue for doing this to avoid opening a too large PR and split them into small PRs.
TODO
CHARS_NEXT_CMP
andCHARS_LAST_CMP
in Refactor: arrange lints inmethods
module #6826CHARS_NEXT_CMP
CHARS_LAST_CMP
methods
module #6826 (comment)derefs_to_slice
toclippy_lints/src/utils/methods/
review comments
methods
module #6826 (comment)methods
module #6826 (review)review comment: Refactor: arrange lints in
methods
module #6826 (comment)The text was updated successfully, but these errors were encountered: