File tree Expand file tree Collapse file tree 1 file changed +7
-3
lines changed Expand file tree Collapse file tree 1 file changed +7
-3
lines changed Original file line number Diff line number Diff line change @@ -67,10 +67,14 @@ requested in stable rustfmt. Nightly versions of style editions are subject to
6767change and do not provide stability guarantees. New style editions will get
6868stabilized contemporaneously with the corresponding Rust edition.
6969
70- The style team will maintain distinct versions of the style guide for each style
71- edition. Note that archived versions of the style guide may not necessarily
70+ The current version of the style guide will describe the latest Rust edition.
71+ Each distinct past style will have a corresponding archived version of the
72+ style guide. Note that archived versions of the style guide may not necessarily
7273document formatting for newer Rust constructs that did not exist at the time
73- that version of the style guide was archived.
74+ that version of the style guide was archived. However, each style edition will
75+ still format all constructs valid in that Rust edition, with the style of those
76+ constructs coming from the first subsequent style edition providing formatting
77+ rules for that construct.
7478
7579# Rationale and alternatives
7680[ rationale-and-alternatives ] : #rationale-and-alternatives
You can’t perform that action at this time.
0 commit comments