Skip to content

Issues: rust-lang/rust-clippy

Most commonly ignored lints on crates.io
#7666 by dtolnay was closed Oct 9, 2022
Closed 23
Beta
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Author
Filter by author
Loading
Label
Filter by label
Loading
Use alt + click/return to exclude labels
or + click/return for logical OR
Projects
Filter by project
Loading
Milestones
Filter by milestone
Loading
Assignee
Filter by who’s assigned
Sort

Issues list

False positive for what Clippy thinks are return statements, but which aren't. C-bug Category: Clippy is not doing the correct thing I-false-positive Issue: The lint was triggered on code it shouldn't have
#13526 by TYTheBeast was closed Oct 10, 2024
field_reassign_with_default false positive with closure capturing variable that was initialized to default C-bug Category: Clippy is not doing the correct thing I-false-positive Issue: The lint was triggered on code it shouldn't have I-suggestion-causes-error Issue: The suggestions provided by this Lint cause an ICE/error when applied
#10136 by Johan-Mi was closed Jan 3, 2023
field_reassign_with_default triggers inside macro_rules! macro C-bug Category: Clippy is not doing the correct thing I-false-positive Issue: The lint was triggered on code it shouldn't have
#8153 opened Dec 22, 2021 by jplatte
Most commonly ignored lints on crates.io A-category Area: Categorization of lints C-tracking-issue Category: Tracking Issue S-needs-discussion Status: Needs further discussion before merging or work can be started
#7666 by dtolnay was closed Oct 9, 2022
FP field_reassign_with_default with macros C-bug Category: Clippy is not doing the correct thing E-medium Call for participation: Medium difficulty level problem and requires some initial experience. I-false-positive Issue: The lint was triggered on code it shouldn't have
#7155 by xu-cheng was closed Jun 11, 2021
Bad suggestion for field_reassign_with_default when generics are involved C-bug Category: Clippy is not doing the correct thing
#6944 by ThibsG was closed Mar 21, 2021
field_reassign_with_default on struct with #[non_exhaustive] or private fields is false positive C-bug Category: Clippy is not doing the correct thing I-false-positive Issue: The lint was triggered on code it shouldn't have
#6559 by bryanburgers was closed Feb 3, 2021
field_reassign_with_default triggers in custom derives C-bug Category: Clippy is not doing the correct thing I-false-positive Issue: The lint was triggered on code it shouldn't have T-macros Type: Issues with macros and macro expansion
#6545 by jan-auer was closed Jan 6, 2021
field_reassign_with_default false positive with private fields C-bug Category: Clippy is not doing the correct thing I-false-positive Issue: The lint was triggered on code it shouldn't have
#6527 by djc was closed Dec 31, 2020
field_reassign_with_default should not expand macros in suggestion C-bug Category: Clippy is not doing the correct thing
#6522 by matthiaskrgr was closed Jan 2, 2021
field_reassign_with_default: Suggestion does not work in case of private fields C-bug Category: Clippy is not doing the correct thing I-false-positive Issue: The lint was triggered on code it shouldn't have I-suggestion-causes-error Issue: The suggestions provided by this Lint cause an ICE/error when applied
#6481 by Ploppz was closed Dec 20, 2020
field_reassign_with_default lint suggest invalid code C-bug Category: Clippy is not doing the correct thing I-false-positive Issue: The lint was triggered on code it shouldn't have
#6344 by krojew was closed Dec 27, 2020
field_reassign_with_default could be false positive C-bug Category: Clippy is not doing the correct thing good-first-issue These issues are a good way to get started with Clippy I-suggestion-causes-error Issue: The suggestions provided by this Lint cause an ICE/error when applied
#6312 by Fullstop000 was closed Oct 9, 2021
ProTip! Follow long discussions with comments:>50.