diff options
| author | Emīls Piņķis <emils@mullvad.net> | 2018-05-04 17:12:52 +0100 |
|---|---|---|
| committer | Emīls Piņķis <emils@mullvad.net> | 2018-05-07 16:16:40 +0100 |
| commit | 7a40617ca838cb3258ffcf49c4823d668aaa3c12 (patch) | |
| tree | 4e201ee9773a68accb1f4f3311ecf1dfcbc99248 | |
| parent | d465523855afe9db59dfa134b48b2b088f228f67 (diff) | |
| download | mullvadvpn-7a40617ca838cb3258ffcf49c4823d668aaa3c12.tar.xz mullvadvpn-7a40617ca838cb3258ffcf49c4823d668aaa3c12.zip | |
Change cargo fmt write mode from "diff" to "check"
| -rw-r--r-- | .travis.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml index 94b1702db9..d6e5b5018e 100644 --- a/.travis.yml +++ b/.travis.yml @@ -43,7 +43,7 @@ matrix: # Install and run rustfmt on nightly only until rustfmt.toml settings are stabilized. - rustup component add rustfmt-preview - rustfmt --version - - cargo fmt -- --write-mode=diff --unstable-features + - cargo fmt -- --write-mode=check --unstable-features - language: rust rust: beta |
