Added reqs

Former-commit-id: ecd461c2f96311c1c2f3a89694367e9216214739
This commit is contained in:
Forest Anderson 2019-04-25 20:21:35 -04:00
parent 96114e07de
commit f87d2a8a4f

View File

@ -88,7 +88,6 @@ clean-code:
tags:
- docker
script:
- rustup component add rustfmt-preview
- cargo fmt --all -- --check
allow_failure: true
@ -111,7 +110,6 @@ clippy:
tags:
- docker
script:
- rustup component add clippy-preview --toolchain=nightly
- cargo clippy --all -- -D clippy || echo "This job is disabled, because we are not activly using it now, so we dont want to see yellow failed partly"
allow_failure: true