Skip to content

Commit c6e4a51

Browse files
committed
Update to 2021 edition
1 parent b5f7500 commit c6e4a51

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

book.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,4 +32,4 @@ git-repository-url = "https://github.com/rust-lang/nomicon"
3232
"./arc.html" = "./arc-mutex/arc.html"
3333

3434
[rust]
35-
edition = "2018"
35+
edition = "2021"

src/intro.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ Topics that are within the scope of this book include: the meaning of (un)safety
3939

4040
The Rustonomicon is not a place to exhaustively describe the semantics and guarantees of every single API in the standard library, nor is it a place to exhaustively describe every feature of Rust.
4141

42-
Unless otherwise noted, Rust code in this book uses the Rust 2018 edition.
42+
Unless otherwise noted, Rust code in this book uses the Rust 2021 edition.
4343

4444
[trpl]: ../book/index.html
4545
[ref]: ../reference/index.html

0 commit comments

Comments
 (0)