Disallow clippy warnings

Let's see if that comes back to bite me
This commit is contained in:
Felix Krull 2019-05-31 10:49:33 +02:00 committed by Colin Walters
parent feca7ddae6
commit 4cfda21ff9
1 changed files with 1 additions and 1 deletions

View File

@ -31,7 +31,7 @@ check:
script: script:
- rustup component add clippy rustfmt - rustup component add clippy rustfmt
- cargo fmt --all -- --check - cargo fmt --all -- --check
- cargo clippy --all ${CURRENT_FEATURES} - cargo clippy --all ${CURRENT_FEATURES} -- -D warnings
gir: gir:
stage: check stage: check