stackabletech / stackabletech/operator-rs
Deny Clippy's inconsistent_struct_constructor lint
Nobody has claimed this yet.
- Dominant language
- Rust
- Stars
- 167
- Forks
- 19
- Avg merge
- 1d 6h
- Merged PRs (30d)
- 9
Description
I would be happy to enable that lint in a follow-up PR.
The lint in question is this one: https://rust-lang.github.io/rust-clippy/stable/index.html?search=field#inconsistent_struct_constructor
Originally posted by @Techassi in https://github.com/stackabletech/operator-rs/pull/1226#discussion_r3969233002
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start by locating the repository's Clippy or lint configuration and read the linked inconsistent_struct_constructor lint documentation. Enable the lint as denied, then run the project's Clippy checks; done means the configuration is accepted without existing violations.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- rust
- Domain
- tooling
- Issue type
- Refactor
- Difficulty
- 2/5
- Estimated time
- 1-3 hours
- Activity status
- Active
- Clarity
- Mostly clear
- Newbie friendliness
- 68/100