Fix bang lexing and placate clippy (#821)

This commit is contained in:
Casey Rodarmor
2021-05-07 00:14:38 -07:00
committed by GitHub
parent 8b9a5e6010
commit 7bc9d3986e
20 changed files with 99 additions and 73 deletions

View File

@@ -113,7 +113,7 @@ install-dev-deps-homebrew:
# everyone's favorite animate paper clip
clippy:
cargo clippy
cargo clippy --all --all-targets --all-features
# count non-empty lines of code
sloc: