From f479e5a887fb71ee92c9d37c87d31317faa7066f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?G=C3=A1bor=20Szab=C3=B3?= Date: Fri, 28 Mar 2025 11:20:31 +0300 Subject: [PATCH] Move the `edition` field to the `rust` section in book.toml --- book.toml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/book.toml b/book.toml index 2c1d73ab..43f0f48a 100644 --- a/book.toml +++ b/book.toml @@ -3,11 +3,13 @@ title = "Rust Cookbook" description = "Collection of useful Rust code examples" authors = ["Rust Language Community"] -edition = "2018" multilingual = false language = "en" src = "src" +[rust] +edition = "2018" + [output.html] mathjax-support = false # theme = "theme"