mirror of
https://github.com/lexmount/moli.git
synced 2026-09-23 00:01:25 +00:00
447 B
447 B
Before committing changes that modify Rust source code or Rust build metadata
(such as Cargo.toml, Cargo.lock, or rust-toolchain), run all of the
following from the repository root and ensure they pass:
cargo fmt --all
cargo clippy --workspace --all-targets --all-features -- -D warnings
cargo nextest run --no-fail-fast
These commands are not required when the change set contains no Rust source or Rust build metadata changes.