Skip to content

Commit

Permalink
remove from README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
nrc committed Dec 9, 2018
1 parent 8222381 commit 2979ce8
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ You can run `rustfmt` with Rust 1.24 and above.
To install:

```
rustup component add rustfmt-preview
rustup component add rustfmt
```

to run on a cargo project in the current working directory:
Expand All @@ -29,7 +29,7 @@ cargo fmt

For the latest and greatest `rustfmt` (nightly required):
```
rustup component add rustfmt-preview --toolchain nightly
rustup component add rustfmt --toolchain nightly
```
To run:
```
Expand Down Expand Up @@ -68,7 +68,7 @@ because in the future Rustfmt might work on code where it currently does not):
## Installation

```
rustup component add rustfmt-preview
rustup component add rustfmt
```

## Installing from source
Expand Down Expand Up @@ -125,7 +125,7 @@ A minimal Travis setup could look like this (requires Rust 1.24.0 or greater):
```yaml
language: rust
before_script:
- rustup component add rustfmt-preview
- rustup component add rustfmt
script:
- cargo fmt --all -- --check
- cargo build
Expand Down

0 comments on commit 2979ce8

Please sign in to comment.