Skip to content

Commit

Permalink
Merge pull request #410 from LucasFA/master
Browse files Browse the repository at this point in the history
Update to 2021 edition
  • Loading branch information
ehuss authored May 14, 2023
2 parents b5f7500 + c6e4a51 commit 24b09b1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion book.toml
Original file line number Diff line number Diff line change
Expand Up @@ -32,4 +32,4 @@ git-repository-url = "https://github.com/rust-lang/nomicon"
"./arc.html" = "./arc-mutex/arc.html"

[rust]
edition = "2018"
edition = "2021"
2 changes: 1 addition & 1 deletion src/intro.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ Topics that are within the scope of this book include: the meaning of (un)safety

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.

Unless otherwise noted, Rust code in this book uses the Rust 2018 edition.
Unless otherwise noted, Rust code in this book uses the Rust 2021 edition.

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

0 comments on commit 24b09b1

Please sign in to comment.