Skip to content

Commit

Permalink
Update contributing instructions
Browse files Browse the repository at this point in the history
`--all` argument to `cargo fmt` is not necessary, see
rust-lang/rustfmt#3911
  • Loading branch information
jplatte committed Oct 25, 2021
1 parent 3bc680b commit e9df5ba
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ cargo test -p my-particular-crate
To (re)format the Gloo source code, run:

```
$ cargo fmt --all
$ cargo fmt
```

### Updating `README.md`s
Expand Down

0 comments on commit e9df5ba

Please sign in to comment.