rust-lang / rust-lang/rust-clippy

Move the `clone_on_copy` lint from the complexity group to the style group?

Open
#6,210 0 comments 2 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

C-question
Dominant language
Rust
Stars
13.5k
Forks
2.2k
Avg merge
2d 10h
Merged PRs (30d)
32

Description

Right now, the clone_on_copy lint is in the complexity lint group, but it seems like perhaps it should be in the style lint group. I think the same for char_lit_as_u8. Thoughts?

Contributor guide

Open the contributing guide

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Research direction

The issue names the clone_on_copy and char_lit_as_u8 lint documentation entries but no files or tests. Start by tracing each lint's current group assignment and compare it with the linked documentation; done means reaching and implementing a decision about both classifications, with project validation.

Written by the indexing model from the issue text.

Assessment

Tech stack
rust
Domain
tooling
Issue type
Refactor
Difficulty
3/5
Estimated time
1-2 days
Activity status
Stale
Clarity
Mostly clear
Newbie friendliness
32/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.