fix: continue on BadId

This commit is contained in:
Elijah McMorris 2024-09-18 22:40:26 -07:00
parent 4663a862a4
commit 200d5a0377
Signed by: NexVeridian
SSH key fingerprint: SHA256:bsA1SKZxuEcEVHAy3gY1HUeM5ykRJl0U0kQHQn0hMg8
2 changed files with 6 additions and 2 deletions

View file

@ -16,6 +16,7 @@ view:
precommit:
rustup update
cargo update
cargo check
cargo fmt
cargo t
cargo clippy --fix --allow-dirty