Merge commit '5ff7b632a9' into sync-rustfmt-subtree

This commit is contained in:
Caleb Cartwright 2022-03-29 23:17:30 -05:00
parent 4f89c51a5b
commit 8211d64c71
125 changed files with 2013 additions and 235 deletions

View file

@ -40,6 +40,10 @@ jobs:
rustc -Vv
cargo -V
cargo build
env:
RUSTFLAGS: '-D warnings'
- name: test
run: cargo test
env:
RUSTFLAGS: '-D warnings'