Skip to content

Commit

Permalink
Fix version replacement notes for CI in README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
hcpl committed Dec 27, 2017
1 parent 5160b49 commit 202f23c
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions README.md
Expand Up @@ -151,9 +151,8 @@ when a pull request contains unformatted code. Using `--write-mode=diff` instruc
rustfmt to exit with an error code if the input is not formatted correctly.
It will also print any found differences.

(These instructions use the Syntex version of Rustfmt. If you want to use the
nightly version replace `install rustfmt` with `install rustfmt-nightly`,
however you must then only run this with the nightly toolchain).
(These instructions use the nightly version of Rustfmt. If you want to use the
Syntex version replace `install rustfmt-nightly` with `install rustfmt`).

A minimal Travis setup could look like this:

Expand Down

0 comments on commit 202f23c

Please sign in to comment.