Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
bwinf
medal
Commits
a5421f2e
Commit
a5421f2e
authored
Apr 09, 2019
by
Robert Czechowski
Browse files
Use nightly rustfmt in README
parent
e50c509e
Pipeline
#75
passed with stages
in 7 minutes and 36 seconds
Changes
1
Pipelines
2
Hide whitespace changes
Inline
Side-by-side
README.md
View file @
a5421f2e
...
@@ -43,13 +43,13 @@ Please format your code with `rustfmt` and check it for warnings with `clippy`.
...
@@ -43,13 +43,13 @@ Please format your code with `rustfmt` and check it for warnings with `clippy`.
You can install those with
You can install those with
```
```
rustup component add rustfmt
rustup component add rustfmt
--toolchain nightly
rustup component add clippy
rustup component add clippy
```
```
Format the code and check for warnings with
Format the code and check for warnings with
```
```
cargo fm
t
make forma
t
make clippy
make clippy
```
```
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment