You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
docs(ref): Finish a sentence on rust-versions (#14884)
### What does this PR try to resolve?
Was about to point someone to the docs when I found this
### How should we test and review this PR?
### Additional information
Copy file name to clipboardExpand all lines: src/doc/src/reference/rust-version.md
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -86,7 +86,7 @@ What Rust versions to support is a trade off between
86
86
Users of your package are most likely to track their supported Rust versions to:
87
87
- Their Rust toolchain vendor's support policy, e.g. The Rust Project or a Linux distribution
88
88
- Note: the Rust Project only offers bug fixes and security updates for the latest version.
89
-
- A fixed schedule for users to re-verify their packages with the new toolchain, e.g. the first release of the year, every
89
+
- A fixed schedule for users to re-verify their packages with the new toolchain, e.g. the first release of the year, every 5 releases.
90
90
91
91
In addition, users are unlikely to be using the new Rust version immediately but need time to notice and re-verify or might not be aligned on the exact same schedule..
0 commit comments