Skip to content

Commit 6038be9

Browse files
authored
Merge pull request #280 from salewski/ads/use-title--the-rust-edition-guide--everywhere
use title "The Rust Edition Guide" everywhere
2 parents af34bfe + a156695 commit 6038be9

File tree

5 files changed

+8
-8
lines changed

5 files changed

+8
-8
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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

book.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
authors = ["The Rust Project Developers"]
33
multilingual = false
44
src = "src"
5-
title = "The Edition Guide"
5+
title = "The Rust Edition Guide"
66

77
[output.html]
88
git-repository-url = "https://github.com/rust-lang/edition-guide"

src/SUMMARY.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# The Edition Guide
1+
# The Rust Edition Guide
22

33
[Introduction](introduction.md)
44

src/editions/index.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -53,11 +53,11 @@ there might be some corner cases where manual changes are still required.
5353
The tooling tries hard to avoid changes
5454
to 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
5757
the changes that are part of an edition.
5858
This guide describes each change and gives pointers to where you can learn more about it.
5959
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,
6162
and as a quick troubleshooting reference
6263
if you encounter problems with the automated tooling.
63-

src/introduction.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
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
44
changes into the language that would not otherwise be backwards
55
compatible.
66

0 commit comments

Comments
 (0)