update clippy and fix error messages

This commit is contained in:
Marc-Antoine Arnaud
2018-11-05 17:30:21 +01:00
parent cf14e838da
commit dca18e2f82
5 changed files with 10 additions and 10 deletions

View File

@@ -24,8 +24,8 @@ matrix:
- cargo fmt -- --write-mode=diff
# Clippy
- env: CLIPPY_VERSION="0.0.191"
rust: nightly-2018-04-01
- env: CLIPPY_VERSION="0.0.212"
rust: nightly-2018-10-05
install:
- travis_wait cargo install clippy --version $CLIPPY_VERSION || echo "clippy already installed"
script: