Skip to content

Commit

Permalink
docs(contributing): mention the nightly requirement for rustfmt
Browse files Browse the repository at this point in the history
  • Loading branch information
orhun committed Apr 12, 2023
1 parent 72af8ac commit a5a78fc
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,12 +31,9 @@ cargo build
cargo test
```

7. Make sure [rustfmt](https://github.com/rust-lang/rustfmt) and [clippy](https://github.com/rust-lang/rust-clippy) don't complain about your changes.
6. Make sure [rustfmt](https://github.com/rust-lang/rustfmt) and [clippy](https://github.com/rust-lang/rust-clippy) don't complain about your changes.

```sh
cargo fmt --all -- --check --verbose
cargo clippy --verbose -- -D warnings
```
We use the `nightly` channel for `rustfmt` so please set the appropriate settings for your editor/IDE for that.

## Create a Pull Request

Expand Down

0 comments on commit a5a78fc

Please sign in to comment.