Contribution Guide
- PRs go to the
dev branch, not main
- Application must explain your specific approach to this task; generic applications will not be assigned
- PR description must clearly describe what you built and changed
- Link your PR to the correct issue number
To maintain code quality and consistency across the project, we should define a set of shared clippy lint rules at the workspace level.
Implementation Guidelines Key Files: Cargo.toml.
Expectations What done looks like: The workspace Cargo.toml contains a [workspace.lints.clippy] section, and cargo clippy runs cleanly across all crates.
For any question, reach me on Discord: emry_ss
Contribution Guide
devbranch, notmainTo maintain code quality and consistency across the project, we should define a set of shared clippy lint rules at the workspace level.
Implementation Guidelines Key Files: Cargo.toml.
Expectations What done looks like: The workspace Cargo.toml contains a [workspace.lints.clippy] section, and cargo clippy runs cleanly across all crates.
For any question, reach me on Discord: emry_ss