-
Notifications
You must be signed in to change notification settings - Fork 1.7k
Issues: rust-lang/rust-clippy
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
Label
Projects
Milestones
Assignee
Sort
Issues list
Refactor the Call for participation: Help is requested to fix this issue.
good first issue
These issues are a good way to get started with Clippy
clippy_lints/src/strings.rs
file
E-help-wanted
#14253
opened Feb 19, 2025 by
samueltardieu
clippy::indexing_slicing
does not report slicing on &str
A-documentation
#13703
by link2xt
was closed Dec 1, 2024
Warn on usages of Area: New lints
SliceIndex
on String
/[str]
to prevent panics.
A-lint
#13690
by CinchBlue
was closed Nov 22, 2024
string_slice should detect on Cow
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
#12708
by EdJoPaTo
was closed Aug 19, 2024
[Book]: Add new section for collections of lints, that focus on the same problem
A-documentation
Area: Adding or improving documentation
#11808
opened Nov 14, 2023 by
tigerros
test
to_string_in_format_args_incremental
fails in a read-only working directory
#11126
by Noratrieb
was closed Jun 5, 2025
Lint to warn when you are calling methods that can panic or send errors but don't return Result<T, U> or Option<T>
A-lint
Area: New lints
#8184
opened Dec 28, 2021 by
1Dragoon
Migrate to Category: Tracking Issue
performance-project
For issues and PRs related to the Clippy Performance Project
span_clippy_lint
C-tracking-issue
#7797
opened Oct 9, 2021 by
camsteffen
3 tasks
ProTip!
Add no:assignee to see everything that’s not assigned.