Use clippy stable

This commit is contained in:
Francis Lalonde 2019-07-11 11:55:28 -04:00
parent 945fe7949a
commit 787874fee4
1 changed files with 1 additions and 1 deletions

View File

@ -28,7 +28,7 @@ bench:
$(CARGO_CMD) +nightly bench --features="bench"
lint:
$(CARGO_CMD) +nightly clippy
$(CARGO_CMD) clippy
clean:
$(CARGO_CMD) clean