Linting & Formatting
Clippy
The workspace ships a strict Clippy configuration via a cargo lint alias:
cargo lint
New warnings are errors in CI.
Rustfmt
cargo fmt
Run before every commit.
CI enforces a clean cargo fmt --check.
Press ← or → to navigate between chapters
Press S or / to search in the book
Press ? to show this help
Press Esc to hide this help
The workspace ships a strict Clippy configuration via a cargo lint alias:
cargo lint
New warnings are errors in CI.
cargo fmt
Run before every commit.
CI enforces a clean cargo fmt --check.