We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fb40a27 commit b601ea2Copy full SHA for b601ea2
README.md
@@ -5,6 +5,8 @@ A tool for formatting Rust code according to style guidelines.
5
6
## How to use
7
8
+You'll need a pretty up to date version of the **nightly** version of Rust.
9
+
10
`cargo build` to build.
11
12
`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
15
17
to `run` in `main()`. Eventually you should be able to set the mode from the
16
18
command line or from a config file or something.
19
-You'll need a pretty up to date version of the nightly version of Rust.
20
21
## Use cases
22
0 commit comments