Skip to content

Latest commit

 

History

History
12 lines (8 loc) · 259 Bytes

File metadata and controls

12 lines (8 loc) · 259 Bytes

Agents

Before committing

Always run these checks before committing. Do not commit if either fails.

cargo fmt --check
cargo clippy -- -D warnings

If cargo fmt --check fails, run cargo fmt and include the formatting fix in your commit.