Skip to content
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

needless_range_loop could suggest using clone_from_slice in some cases #1831

Closed
mcarton opened this issue Jun 15, 2017 · 2 comments
Closed
Labels
A-lint Area: New lints C-bug Category: Clippy is not doing the correct thing C-enhancement Category: Enhancement of lints, like adding more cases or adding help messages good-first-issue These issues are a good way to get started with Clippy T-middle Type: Probably requires verifiying types

Comments

@mcarton
Copy link
Member

mcarton commented Jun 15, 2017

See How do I fix Clippy's needless_range_loop for loops that copy between slices with an offset?.

@mcarton mcarton added good-first-issue These issues are a good way to get started with Clippy C-bug Category: Clippy is not doing the correct thing C-enhancement Category: Enhancement of lints, like adding more cases or adding help messages A-lint Area: New lints T-middle Type: Probably requires verifiying types labels Jun 15, 2017
@marcusklaas
Copy link
Contributor

marcusklaas commented Aug 5, 2017

I'm currently looking into this. If nothing is reported before the end of this weekend, I've probably failed and moved on.

@rail-rain
Copy link
Contributor

I'm certain the PR #2021 fixed this issue; this can be closed now.

@flip1995 flip1995 closed this as completed Oct 3, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
A-lint Area: New lints C-bug Category: Clippy is not doing the correct thing C-enhancement Category: Enhancement of lints, like adding more cases or adding help messages good-first-issue These issues are a good way to get started with Clippy T-middle Type: Probably requires verifiying types
Projects
None yet
Development

No branches or pull requests

5 participants