File tree Expand file tree Collapse file tree 5 files changed +8
-8
lines changed Expand file tree Collapse file tree 5 files changed +8
-8
lines changed Original file line number Diff line number Diff line change @@ -8,8 +8,8 @@ online](https://doc.rust-lang.org/nightly/edition-guide/).
8
8
9
9
## License
10
10
11
- The Edition Guide is dual licensed under ` MIT ` /` Apache2 ` , just like Rust itself.
12
- See the ` LICENSE-* ` files in this repository for more details.
11
+ The Rust Edition Guide is dual licensed under ` MIT ` /` Apache2 ` , just like Rust
12
+ itself. See the ` LICENSE-* ` files in this repository for more details.
13
13
14
14
## Building locally
15
15
Original file line number Diff line number Diff line change 2
2
authors = [" The Rust Project Developers" ]
3
3
multilingual = false
4
4
src = " src"
5
- title = " The Edition Guide"
5
+ title = " The Rust Edition Guide"
6
6
7
7
[output .html ]
8
8
git-repository-url = " https://github.com/rust-lang/edition-guide"
Original file line number Diff line number Diff line change 1
- # The Edition Guide
1
+ # The Rust Edition Guide
2
2
3
3
[ Introduction] ( introduction.md )
4
4
Original file line number Diff line number Diff line change @@ -53,11 +53,11 @@ there might be some corner cases where manual changes are still required.
53
53
The tooling tries hard to avoid changes
54
54
to semantics that could affect the correctness or performance of the code.
55
55
56
- In addition to tooling, we also maintain this Edition Migration Guide that covers
56
+ In addition to tooling, we also maintain this Rust Edition Guide that covers
57
57
the changes that are part of an edition.
58
58
This guide describes each change and gives pointers to where you can learn more about it.
59
59
It also covers any corner cases or details you should be aware of.
60
- This guide serves both as an overview of the edition
60
+ This guide serves as an overview of editions,
61
+ as a migration guide for specific editions,
61
62
and as a quick troubleshooting reference
62
63
if you encounter problems with the automated tooling.
63
-
Original file line number Diff line number Diff line change 1
1
# Introduction
2
2
3
- Welcome to the Rust Edition Guide! "Editions" are Rust's way of introducing
3
+ Welcome to The Rust Edition Guide! "Editions" are Rust's way of introducing
4
4
changes into the language that would not otherwise be backwards
5
5
compatible.
6
6
You can’t perform that action at this time.
0 commit comments