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 6b8757d66b
commit 2f1528e64b

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