summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPeltoche <dev@halium.fr>2019-03-04 19:12:11 +0100
committerPierre Peltier <dev@halium.fr>2019-03-04 19:34:54 +0100
commit7ab13a3b6e81f7229b410379350ce38a4126ce35 (patch)
tree204b97e89fd3a246a17ab9cb87baa86a6f53fc7f
parentc00a1ef69155ed02f138de393acfc9c6466877bd (diff)
Remove the clippy pedantic linter
It cause errors in stable version which are not possibly fixed for older versions
-rw-r--r--.travis.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml
index 781d4eb..5e615c2 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -56,7 +56,7 @@ matrix:
install:
- rustup component add clippy
script:
- - cargo clippy --all-features -- -D clippy::pedantic
+ - cargo clippy --all-features
env:
global: