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
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
Assigned to nobody Loading
Sort

Issues list

nonminimal_bool and is_x86_feature_detected 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 T-macros Type: Issues with macros and macro expansion
#14153 opened Feb 5, 2025 by GoldsteinE
used_underscore_binding is triggered for fields without underscore 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
#13058 opened Jul 6, 2024 by Bytekeeper
unnecessary_struct_initialization triggers in proc-macros 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
#12996 opened Jun 25, 2024 by daxpedda
nonminimal_bool and macros 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
#12627 opened Apr 3, 2024 by ijackson
semicolon-if-nothing-returned: macro: type cannot be inferred I-suggestion-causes-error Issue: The suggestions provided by this Lint cause an ICE/error when applied T-macros Type: Issues with macros and macro expansion
#11277 opened Aug 1, 2023 by matthiaskrgr
derive_partial_eq_without_eq will trigger for third party crate 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 L-nursery Lint: Currently in the nursery group T-macros Type: Issues with macros and macro expansion
#9320 opened Aug 11, 2022 by yoav-lavi
Lint path or import used in macro A-lint Area: New lints T-macros Type: Issues with macros and macro expansion
#9104 opened Jul 3, 2022 by i509VCB
unnecessary_cfg_test A-lint Area: New lints S-blocked Status: marked as blocked ❌ on something else such as an RFC or other implementation work T-macros Type: Issues with macros and macro expansion
#8697 opened Apr 14, 2022 by yoav-lavi
mismatched_target_os false negative when using the cfg macro instead of the attribute. C-bug Category: Clippy is not doing the correct thing I-false-negative Issue: The lint should have been triggered on code, but wasn't T-macros Type: Issues with macros and macro expansion
#7839 opened Oct 19, 2021 by VZout
Check for invalid target_arch A-lint Area: New lints S-blocked Status: marked as blocked ❌ on something else such as an RFC or other implementation work T-macros Type: Issues with macros and macro expansion
#7828 opened Oct 16, 2021 by asomers
meta: expanded macros in suggestions break code C-bug Category: Clippy is not doing the correct thing C-question Category: Questions I-suggestion-causes-error Issue: The suggestions provided by this Lint cause an ICE/error when applied L-suggestion Lint: Improving, adding or fixing lint suggestions S-needs-discussion Status: Needs further discussion before merging or work can be started T-macros Type: Issues with macros and macro expansion
#6851 opened Mar 5, 2021 by matthiaskrgr
Reeneable should_assert_eq lint A-lint Area: New lints E-medium Call for participation: Medium difficulty level problem and requires some initial experience. T-macros Type: Issues with macros and macro expansion
#6637 opened Jan 25, 2021 by ndmitchell
New lint: deriving Deserialize on a struct with &str A-lint Area: New lints E-medium Call for participation: Medium difficulty level problem and requires some initial experience. L-suggestion Lint: Improving, adding or fixing lint suggestions T-macros Type: Issues with macros and macro expansion
#5799 opened Jul 14, 2020 by couchand
Lint suggestion: Unnecessary Debug bound A-lint Area: New lints E-medium Call for participation: Medium difficulty level problem and requires some initial experience. L-complexity Lint: Belongs in the complexity lint group T-macros Type: Issues with macros and macro expansion
#5642 opened May 24, 2020 by psychon
Lint against format_implicit_args A-lint Area: New lints E-medium Call for participation: Medium difficulty level problem and requires some initial experience. L-restriction Lint: Belongs in the restriction lint group T-macros Type: Issues with macros and macro expansion
#5404 opened Apr 2, 2020 by dylni
typos inside cfg macros go undetected A-lint Area: New lints T-macros Type: Issues with macros and macro expansion
#5051 opened Jan 16, 2020 by JOE1994
Detect Rust2018-incompatible macros A-lint Area: New lints E-medium Call for participation: Medium difficulty level problem and requires some initial experience. T-macros Type: Issues with macros and macro expansion
#4995 opened Jan 4, 2020 by sinkuu
New style lint: Warn for non_camel_case_types of ty capture in macro_rules A-lint Area: New lints L-style Lint: Belongs in the style lint group T-macros Type: Issues with macros and macro expansion
#4940 opened Dec 22, 2019 by tesuji
eval_order_dependence shouldn't fire for struct initializers E-medium Call for participation: Medium difficulty level problem and requires some initial experience. T-async-await Type: Issues related to async/await T-macros Type: Issues with macros and macro expansion
#4637 opened Oct 7, 2019 by CAD97
require macro and generic testcases for new lints and lint updates T-macros Type: Issues with macros and macro expansion
#3982 opened Apr 17, 2019 by gnzlbg
DeMorgan for all/any in attrs A-lint Area: New lints L-style Lint: Belongs in the style lint group S-blocked Status: marked as blocked ❌ on something else such as an RFC or other implementation work T-AST Type: Requires working with the AST T-macros Type: Issues with macros and macro expansion
#3176 opened Sep 13, 2018 by llogiq
False literal with empty format string warning when printing two macros T-macros Type: Issues with macros and macro expansion
#2768 opened May 16, 2018 by timvisee
False positives selecting system allocator 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-false-positive Issue: The lint was triggered on code it shouldn't have T-macros Type: Issues with macros and macro expansion
#2373 opened Jan 18, 2018 by birkenfeld
Add option to disable all linting in external macros S-needs-discussion Status: Needs further discussion before merging or work can be started T-macros Type: Issues with macros and macro expansion
#407 opened Oct 22, 2015 by jFransham
ProTip! no:milestone will show everything without a milestone.