Skip to content

Commit b601ea2

Browse files
committed
Highlight that we require nightly in the README
1 parent fb40a27 commit b601ea2

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,8 @@ A tool for formatting Rust code according to style guidelines.
55

66
## How to use
77

8+
You'll need a pretty up to date version of the **nightly** version of Rust.
9+
810
`cargo build` to build.
911

1012
`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
1517
to `run` in `main()`. Eventually you should be able to set the mode from the
1618
command line or from a config file or something.
1719

18-
You'll need a pretty up to date version of the nightly version of Rust.
1920

2021
## Use cases
2122

0 commit comments

Comments
 (0)