Skip to content

Commit 408e7bf

Browse files
authored
Move the edition field to the rust section in book.toml (#727)
1 parent fbe78b7 commit 408e7bf

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

book.toml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,11 +3,13 @@
33
title = "Rust Cookbook"
44
description = "Collection of useful Rust code examples"
55
authors = ["Rust Language Community"]
6-
edition = "2018"
76
multilingual = false
87
language = "en"
98
src = "src"
109

10+
[rust]
11+
edition = "2018"
12+
1113
[output.html]
1214
mathjax-support = false
1315
# theme = "theme"

0 commit comments

Comments
 (0)