Skip to content

Commit 95b5c0c

Browse files
authored
Merge pull request #129 from SimonSapin/patch-1
rusty-dash.com doesn’t show release dates anymore
2 parents eaf60ff + 76927d8 commit 95b5c0c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

stabilization-guide.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ You want to move this line down to the area for "accepted" features, declared be
2424
// ^^^^^^ note that we changed this
2525
```
2626

27-
Note that we will change the version number to be the version number of the stable release where this feature will appear. This can be found by consulting http://rusty-dash.com/, which will tell you the next stable release number. You want to add 1 to that, because the code that lands today will become go into beta on that date, and then become stable after that. So, at the time of this writing, the next stable release (what is currently beta, iow) was 1.16.0, hence I wrote 1.17.0 above.
27+
Note that we will change the version number to be the version number of the stable release where this feature will appear. This can be found by consulting [https://forge.rust-lang.org/](https://forge.rust-lang.org/), which will tell you the next stable release number. You want to add 1 to that, because the code that lands today will become go into beta on that date, and then become stable after that. So, at the time of this writing, the next stable release (what is currently beta, iow) was 1.16.0, hence I wrote 1.17.0 above.
2828

2929
### Removing existing uses of the feature-gate
3030

@@ -80,4 +80,4 @@ Places that may need updated documentation:
8080
* standard library documentation: as needed. Language features often don't need this, but if it's a
8181
feature that changes how good examples are written, such as when `?` was added to the language,
8282
updating examples is important.
83-
* [Rust by Example](https://github.com/rust-lang/rust-by-example): as needed.
83+
* [Rust by Example](https://github.com/rust-lang/rust-by-example): as needed.

0 commit comments

Comments
 (0)