diff --git a/.gitignore b/.gitignore index 85cf1b1..97a415a 100644 --- a/.gitignore +++ b/.gitignore @@ -10,3 +10,4 @@ cargo-timing*.html todo.txt /pkg/* /out +/packages diff --git a/clippy.sh b/clippy.sh index 99c3401..a8d1a38 100755 --- a/clippy.sh +++ b/clippy.sh @@ -1,8 +1,9 @@ #!/bin/bash set -e +source $HOME/.cargo/env || true _extra="" -_ver="+stable" +_ver="" if [ "$1" == "ci" ]; then # deny on warnings when running in CI _extra="-Dwarnings"