remove clippy from CI for now, as it's too strict

This commit is contained in:
Henrik Friedrichsen
2019-04-15 22:07:54 +02:00
parent 8738472e87
commit 0bbba3c57d
3 changed files with 6 additions and 8 deletions

View File

@@ -12,5 +12,5 @@ before_install:
script:
- cargo update
- rustup component add clippy rustfmt
- cargo clippy --all-targets -- -D warnings
# - cargo clippy --all-targets -- -D warnings
- cargo fmt --all -- --check