diff options
| author | Linus Färnstrand <linus@mullvad.net> | 2018-04-16 13:56:03 +0200 |
|---|---|---|
| committer | Linus Färnstrand <linus@mullvad.net> | 2018-04-16 13:58:07 +0200 |
| commit | 14adf4c28640dd54590c702421e36b58cc695840 (patch) | |
| tree | 1f28213e8d60a508fb974b3ab302f92c49947bc1 | |
| parent | 88c6ac63916ff72fccbc58b11eccc4a360b13b77 (diff) | |
| download | mullvadvpn-14adf4c28640dd54590c702421e36b58cc695840.tar.xz mullvadvpn-14adf4c28640dd54590c702421e36b58cc695840.zip | |
Add --unstable-features to Travis format args
| -rw-r--r-- | .travis.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml index 34de747b1a..94b1702db9 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 + - cargo fmt -- --write-mode=diff --unstable-features - language: rust rust: beta |
