mirror of
https://github.com/rust-lang/rust.git
synced 2025-02-10 14:02:57 +00:00
Clarify that style guide does not cover nightly-only features
This commit is contained in:
parent
5dac6b320b
commit
5a6c618d1a
@ -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)
|
||||
|
3
src/doc/style-guide/src/nightly.md
Normal file
3
src/doc/style-guide/src/nightly.md
Normal 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.
|
Loading…
Reference in New Issue
Block a user