From 255eeb8aab800ac7c388b205524e2748098c90a0 Mon Sep 17 00:00:00 2001 From: Michael Goulet Date: Wed, 21 Jun 2023 13:41:48 -0700 Subject: [PATCH] Clarify "nightly" style guide chapter --- nightly-style-procedure.md | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/nightly-style-procedure.md b/nightly-style-procedure.md index cb63d0c..a4babf4 100644 --- a/nightly-style-procedure.md +++ b/nightly-style-procedure.md @@ -1,7 +1,8 @@ The style guide may or may not prescribe formatting behavior for nightly syntax -in preparation for a feature's eventual stabilization or to reflect actual -the behavior implemented by rustfmt around nightly syntax, but that -behavior is not binding until the feature is stabilized. +in the "nightly" chapter in preparation for a feature's eventual stabilization +or to reflect actual the behavior implemented by rustfmt around nightly syntax. +This behavior is not binding until the feature is stabilized and the text is moved +into the appropriate section of the style guide. Initial PR(s) implementing new syntax filed against rust-lang/rust should generally leave the rustfmt subtree untouched. In cases that that need to