From 4cfda21ff951887cfbf65aeb6ca6b3ecd70b3f66 Mon Sep 17 00:00:00 2001 From: Felix Krull Date: Fri, 31 May 2019 10:49:33 +0200 Subject: [PATCH] Disallow clippy warnings Let's see if that comes back to bite me --- rust-bindings/rust/.gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rust-bindings/rust/.gitlab-ci.yml b/rust-bindings/rust/.gitlab-ci.yml index 3ab95f37..fa0ff107 100644 --- a/rust-bindings/rust/.gitlab-ci.yml +++ b/rust-bindings/rust/.gitlab-ci.yml @@ -31,7 +31,7 @@ check: script: - rustup component add clippy rustfmt - cargo fmt --all -- --check - - cargo clippy --all ${CURRENT_FEATURES} + - cargo clippy --all ${CURRENT_FEATURES} -- -D warnings gir: stage: check