Skip to content

Commit

Permalink
Document that we require cargo +nightly fmt (#4105)
Browse files Browse the repository at this point in the history
  • Loading branch information
madsmtm authored Jan 31, 2025
1 parent 953d9b4 commit 5c48ec7
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,11 @@ All patches have to be sent on Github as [pull requests][prs]. To simplify your
life during review it's recommended to check the "give contributors write access
to the branch" checkbox.

We use unstable Rustfmt options across the project, so please run
`cargo +nightly fmt` before submitting your work. If you are unable to do so,
the maintainers can do it for you before merging, just state so in your pull
request description.

#### Handling review

During the review process certain events could require an action from your side,
Expand Down

0 comments on commit 5c48ec7

Please sign in to comment.