This commit is contained in:
Graham Christensen 2019-01-02 20:52:45 -05:00
parent 64dafe5e82
commit f2030c2ee5
No known key found for this signature in database
GPG key ID: ACA1C1D120C83D5C

View file

@ -56,7 +56,6 @@ let
cargo clippy cargo clippy
cargoclippyexit=$? cargoclippyexit=$?
sum=$((cargofmtexit + cargoclippyexit)) sum=$((cargofmtexit + cargoclippyexit))
exit $sum exit $sum
) )