From 3e8f80c6ccc35113fa955b64a6465e6c8afc0d80 Mon Sep 17 00:00:00 2001 From: Yuki Okushi Date: Thu, 29 Jul 2021 06:30:07 +0900 Subject: [PATCH] Note that this book is edition 2018 --- src/intro.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/intro.md b/src/intro.md index 5ada80e..c6ca90f 100644 --- a/src/intro.md +++ b/src/intro.md @@ -39,5 +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. + [trpl]: ../book/index.html [ref]: ../reference/index.html