]> git.lizzy.rs Git - rust.git/commit
Use nightly Rust in Travis CI config snippet
authorDavid Alber <alber.david@gmail.com>
Sat, 19 May 2018 04:18:49 +0000 (21:18 -0700)
committerDavid Alber <alber.david@gmail.com>
Sat, 19 May 2018 04:18:49 +0000 (21:18 -0700)
commit390ae7940a982ab8d54378b54c204de316cb14ae
treee2aba8370187adefa7800ee42523e2458a3576f4
parente83c7ff0056d522a722e26c24e7707f5d84adba4
Use nightly Rust in Travis CI config snippet

The current stable rustfmt (rustfmt 0.4.1-stable) does not contain
the `--check` flag, which is used in the Travis config snippet.
Once a new stable version is released, the snippet can be switched
back to stable Rust.
README.md