chore: cargo fmt after Rust 1.93 toolchain bump
This commit is contained in:
@@ -13,5 +13,9 @@ cargo fmt --manifest-path "$PROJECT_ROOT/Cargo.toml" --all --check
|
||||
echo "=== Running cargo clippy ==="
|
||||
cargo clippy --manifest-path "$PROJECT_ROOT/Cargo.toml" --workspace --all-targets -- -D warnings
|
||||
|
||||
echo "=== Regenerating source map ==="
|
||||
cargo run --manifest-path "$PROJECT_ROOT/Cargo.toml" -p source-map-gen --bin source-map-regen --quiet -- --project-root "$PROJECT_ROOT"
|
||||
git -C "$PROJECT_ROOT" add .huskies/source-map.json
|
||||
|
||||
echo "=== Checking doc coverage on changed files ==="
|
||||
cargo run --manifest-path "$PROJECT_ROOT/Cargo.toml" -p source-map-gen --bin source-map-check --quiet -- --worktree "$PROJECT_ROOT" --base master
|
||||
|
||||
Reference in New Issue
Block a user