Highlight that we require nightly in the README
This commit is contained in:
parent
fb40a2796e
commit
b601ea2bc7
1 changed files with 2 additions and 1 deletions
|
@ -5,6 +5,8 @@ A tool for formatting Rust code according to style guidelines.
|
|||
|
||||
## How to use
|
||||
|
||||
You'll need a pretty up to date version of the **nightly** version of Rust.
|
||||
|
||||
`cargo build` to build.
|
||||
|
||||
`cargo test` to run all tests.
|
||||
|
@ -15,7 +17,6 @@ to run on the top file. You'll probably want to set the `WriteMode` in the call
|
|||
to `run` in `main()`. Eventually you should be able to set the mode from the
|
||||
command line or from a config file or something.
|
||||
|
||||
You'll need a pretty up to date version of the nightly version of Rust.
|
||||
|
||||
## Use cases
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue