Clean code must not fail

Former-commit-id: 05ca3143c59fe11e2a84448a8377a549edaffec5
This commit is contained in:
Forest Anderson 2019-04-29 21:19:17 +00:00 committed by Marcel
parent a0a628ee97
commit eb6d8a1378

View File

@ -89,7 +89,6 @@ clean-code:
- veloren-docker - veloren-docker
script: script:
- cargo fmt --all -- --check - cargo fmt --all -- --check
allow_failure: true
# # Coverage needs to be disabled until an issue in the Rust compiler is fixed # # Coverage needs to be disabled until an issue in the Rust compiler is fixed
# # https://github.com/rust-lang/rust/issues/58375 # # https://github.com/rust-lang/rust/issues/58375