-
Notifications
You must be signed in to change notification settings - Fork 1.8k
Closed
Closed
Copy link
Labels
C-tracking-issueCategory: Tracking IssueCategory: Tracking IssueE-mediumCall for participation: Medium difficulty level problem and requires some initial experience.Call for participation: Medium difficulty level problem and requires some initial experience.good first issueThese issues are a good way to get started with ClippyThese issues are a good way to get started with Clippy
Description
Description
#13098 introduced @no-rustfix annotations, that can be removed by changing the suggestion to a multipart suggestion:
//@no-rustfix: need to change the suggestion to a multipart suggestionThe affected test files are:
-
ui-toml/max_suggested_slice_pattern_length/index_refutable_slice.rs -
ui/crashes/ice-3717.rs -
ui/derivable_impls.rs -
ui/index_refutable_slice/if_let_slice_binding.rs -
ui/index_refutable_slice/slice_indexing_in_macro.rs -
ui/let_unit.rs -
ui/manual_assert.rs -
ui/manual_async_fn.rs -
ui/manual_split_once.rs -
ui/match_same_arms2.rs -
ui/significant_drop_tightening.rs -
ui/unnecessary_iter_cloned.rs -
ui/unnecessary_to_owned.rs
To fix some of those:
- Pick one test and leave a comment about it
- Remove the
@no-rustfixannotation - Change the lint suggestion building to use
multipart_suggestionover the current implementation - write a comment here or mention this issue in the PR so that it gets marked as resolved.
Version
No response
Additional Labels
No response
Metadata
Metadata
Assignees
Labels
C-tracking-issueCategory: Tracking IssueCategory: Tracking IssueE-mediumCall for participation: Medium difficulty level problem and requires some initial experience.Call for participation: Medium difficulty level problem and requires some initial experience.good first issueThese issues are a good way to get started with ClippyThese issues are a good way to get started with Clippy