Browse Source

Use of the nightly version of rustfmt.

environments/review-jsparber-h-cxnwl8/deployments/1
Jordan Petridis 9 years ago
parent
commit
23b9412bf1
No known key found for this signature in database
GPG Key ID: CEABAD9F5683B9A6
  1. 2
      .gitlab-ci.yml

2
.gitlab-ci.yml

@ -34,7 +34,7 @@ lint:rustfmt:
image: "rustlang/rust:nightly"
script:
- rustc --version && cargo --version
- cargo install rustfmt
- cargo install rustfmt-nightly
- cargo fmt --all -- --write-mode=diff
allow_failure: true

Loading…
Cancel
Save