Clarify that style guide does not cover nightly-only features

This commit is contained in:
Michael Goulet 2023-05-03 02:56:36 +00:00
parent 5dac6b320b
commit 5a6c618d1a
2 changed files with 4 additions and 0 deletions

View File

@ -9,3 +9,4 @@
- [Other style advice](advice.md)
- [`Cargo.toml` conventions](cargo.md)
- [Guiding principles and rationale](principles.md)
- [Nightly-only syntax](nightly.md)

View File

@ -0,0 +1,3 @@
The style guide does not prescribe formatting for nightly-only syntax. Refer to
the style team policy for nightly formatting procedure regarding breaking
formatter changes and feature stabilization.