You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
#2683 changed the README Travis config example to use --write-mode=check instead of --write-mode=diff. That's not currently working in Travis. See this build, for example.
$ cargo fmt --all -- --write-mode=check
Invalid write-mode: check
The command "cargo fmt --all -- --write-mode=check" exited with 1.
Is this a matter of waiting for a new version to be stamped or is there something more fundamental wrong?