We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5dac6b3 commit 5a6c618Copy full SHA for 5a6c618
src/doc/style-guide/src/SUMMARY.md
@@ -9,3 +9,4 @@
9
- [Other style advice](advice.md)
10
- [`Cargo.toml` conventions](cargo.md)
11
- [Guiding principles and rationale](principles.md)
12
+- [Nightly-only syntax](nightly.md)
src/doc/style-guide/src/nightly.md
@@ -0,0 +1,3 @@
1
+The style guide does not prescribe formatting for nightly-only syntax. Refer to
2
+the style team policy for nightly formatting procedure regarding breaking
3
+formatter changes and feature stabilization.
0 commit comments