Fix byte_char_slices FN on arrays#16770
Conversation
|
rustbot has assigned @samueltardieu. Use Why was this reviewer chosen?The reviewer was selected based on:
|
|
Lintcheck changes for c2cca1a
This comment will be updated if you push new changes |
|
I wonder whether it would be interesting to see how this array is then used. If all uses are adjusted and auto-dereferenced, then suggesting |
|
Agree. |
|
Implemented. The lint is now moved to late pass. I also avoid arrays with comments or cfg, looking into the lint check results. |
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. |
Closes #16759
changelog: [
byte_char_slices] fix FN on arrays