This commit is contained in:
Paul Woolcock
2018-11-02 09:34:37 -04:00
parent 9369abcf7f
commit e18433be61
+1 -1
View File
@@ -33,7 +33,7 @@ matrix:
- name: "rustfmt"
rust: nightly
before_script: rustup component add rustfmt-preview
script: cargo fmt --all -- check
script: cargo fmt --all -- --check
allow_failures:
- rust: nightly