Document that we require cargo +nightly fmt (#4105)

This commit is contained in:
Mads Marquart 2025-01-31 18:24:33 +01:00 committed by GitHub
parent 953d9b4268
commit 5c48ec7977
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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 life during review it's recommended to check the "give contributors write access
to the branch" checkbox. 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 #### Handling review
During the review process certain events could require an action from your side, During the review process certain events could require an action from your side,