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/).
88
99## License
1010
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.
1313
1414## Building locally
1515
Original file line number Diff line number Diff line change 22authors = [" The Rust Project Developers" ]
33multilingual = false
44src = " src"
5- title = " The Edition Guide"
5+ title = " The Rust Edition Guide"
66
77[output .html ]
88git-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
22
33[ Introduction] ( introduction.md )
44
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.
5353The tooling tries hard to avoid changes
5454to semantics that could affect the correctness or performance of the code.
5555
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
5757the changes that are part of an edition.
5858This guide describes each change and gives pointers to where you can learn more about it.
5959It 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,
6162and as a quick troubleshooting reference
6263if you encounter problems with the automated tooling.
63-
Original file line number Diff line number Diff line change 11# Introduction
22
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
44changes into the language that would not otherwise be backwards
55compatible.
66
You can’t perform that action at this time.
0 commit comments