remove println!, add check to keep it out (#2585)
* remove debugging prints * remove println!, add check to keep it out
This commit is contained in:
@ -13,7 +13,7 @@ _ cargo fmt --all -- --check
|
||||
_ cargo clippy --all -- --version
|
||||
_ cargo clippy --all -- --deny=warnings
|
||||
_ ci/audit.sh
|
||||
_ ci/nits.sh || true # TODO: remove || true once all println!s are expunged
|
||||
_ ci/nits.sh
|
||||
_ book/build.sh
|
||||
|
||||
echo --- ok
|
||||
|
Reference in New Issue
Block a user