diff options
| author | Linus Färnstrand <linus@mullvad.net> | 2017-12-15 14:20:05 +0100 |
|---|---|---|
| committer | Linus Färnstrand <linus@mullvad.net> | 2017-12-18 09:21:05 +0100 |
| commit | 85a3555d71d95d85b6950d5c77568fa601609729 (patch) | |
| tree | eee0276292964e5b17e96aa6bbeab79749be450c /format.sh | |
| parent | 070cef6e4bcbbab627403a666f9d3ecf15615e40 (diff) | |
| download | mullvadvpn-85a3555d71d95d85b6950d5c77568fa601609729.tar.xz mullvadvpn-85a3555d71d95d85b6950d5c77568fa601609729.zip | |
Upgrade rustfmt to 0.3.2 and corresponding settings
Diffstat (limited to 'format.sh')
| -rwxr-xr-x | format.sh | 6 |
1 files changed, 1 insertions, 5 deletions
@@ -5,7 +5,7 @@ set -u -VERSION="0.2.17" +VERSION="0.3.2" CMD="rustfmt" INSTALL_CMD="cargo install --vers $VERSION --force rustfmt-nightly" @@ -15,10 +15,6 @@ case "$(uname -s)" in *) echo "Unsupported platform"; exit 1 esac -# Allow rustfmt to use "nighly" features. `comment_width` is one of those for example. -# 0.2.17 started enforcing setting this variable to allow using the nighly features. -export CFG_RELEASE_CHANNEL=nightly - function correct_rustfmt() { if ! which $CMD; then echo "$CMD is not installed" >&2 |
