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
67
67
change and do not provide stability guarantees. New style editions will get
68
68
stabilized contemporaneously with the corresponding Rust edition.
69
69
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
72
73
document 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.
74
78
75
79
# Rationale and alternatives
76
80
[ rationale-and-alternatives ] : #rationale-and-alternatives
You can’t perform that action at this time.
0 commit comments