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

Have a lint against usize-to-u64 casts (or, against *all* integer casts) A-lint Area: New lints good-first-issue These issues are a good way to get started with Clippy
#9231 opened Jul 23, 2022 by RalfJung
Tracking Issue for refactoring types.rs C-tracking-issue Category: Tracking Issue
#6724 by Y-Nak was closed Mar 31, 2021
4 tasks done
fn_to_numeric_cast incorrect suggestion C-bug Category: Clippy is not doing the correct thing 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
#3896 by phansch was closed Nov 15, 2021
Cannot suppress fn_to_numeric_cast_with_truncation C-bug Category: Clippy is not doing the correct thing I-false-positive Issue: The lint was triggered on code it shouldn't have
#3276 by dtolnay was closed Oct 11, 2018
False positive in fn_to_numeric_cast_with_truncation casting to function pointer C-bug Category: Clippy is not doing the correct thing I-false-positive Issue: The lint was triggered on code it shouldn't have
#3275 by dtolnay was closed Oct 7, 2018
Unclear explanation of fn_to_numeric_cast_with_truncation A-documentation Area: Adding or improving documentation good-first-issue These issues are a good way to get started with Clippy
#2981 by dtolnay was closed Oct 6, 2018
Consistently naming lints S-needs-discussion Status: Needs further discussion before merging or work can be started
#2845 opened Jun 14, 2018 by clarfonthey 1.0
ProTip! Type g p on any issue or pull request to go back to the pull request listing page.