Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions rust/rust-best-practice/SKILL.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,5 @@ description: "[Critical] Best practice for Rust coding. Always activate this ski
* Use `cargo add` to add new dependencies or features rather than editing `Cargo.toml` directly
* Before finishing your turn, when editing Rust code:
* Run `cargo fmt` after modifying Rust source files to ensure consistent formatting
* Run `cargo clippy --all --workspace` and fix any warnings
* Run tests (most commonly `cargo test --all --workspace`, though some projects may have other commands)
Loading