Skip to content
This repository was archived by the owner on Apr 4, 2023. It is now read-only.

Commit 2507438

Browse files
committed
add a sentence about installing rust-nightly
1 parent 5eecb84 commit 2507438

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

CONTRIBUTING.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -66,6 +66,15 @@ touch benchmarks/benches/datasets_paths.rs
6666
```
6767

6868
Then you can format your code BUT you need to do it with rust-fmt.
69+
If you have not installed the rust nightly version yet here is how to do it:
70+
71+
```bash
72+
rustup toolchain install nightly
73+
```
74+
75+
You can read more about it here: https://rust-lang.github.io/rustup/concepts/channels.html
76+
77+
And finally, to format your code you can run:
6978

7079
```bash
7180
cargo +nightly fmt --all

0 commit comments

Comments
 (0)