summaryrefslogtreecommitdiffstats
path: root/CONTRIBUTING.md
diff options
context:
space:
mode:
authordoug tangren <d.tangren@gmail.com>2018-12-23 01:15:02 +0900
committerGitHub <noreply@github.com>2018-12-23 01:15:02 +0900
commit846b69eac815942d6eff2dc2ac52db8065d8eef7 (patch)
tree2b2ef2d550d68c4f0d32370d9de5f0d7c159ab35 /CONTRIBUTING.md
parent83d7def2900b5ff2fa736b5b84074f53a57a2e35 (diff)
update travis build (#140)
* update travis build * notes on fmting * remove quotes * comment below * rouge quote * first host.port usage * fix deprecation warning
Diffstat (limited to 'CONTRIBUTING.md')
-rw-r--r--CONTRIBUTING.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md
index f8796ee..f4a6702 100644
--- a/CONTRIBUTING.md
+++ b/CONTRIBUTING.md
@@ -49,7 +49,7 @@ $ rustup toolchain install nightly
Install the most recent version of `rustfmt` using this command:
```sh
-$ rustup component add rustfmt-preview --toolchain nightly
+$ rustup component add rustfmt --toolchain nightly
```
**3. Running rustfmt**
@@ -57,7 +57,7 @@ $ rustup component add rustfmt-preview --toolchain nightly
To run `rustfmt`, use this command:
```sh
-$ cargo +nightly fmt
+$ cargo +nightly fmt --all
```
[rustfmt]: https://github.com/rust-lang-nursery/rustfmt