Skip to content

Commit 664ab4c

Browse files
authored
Merge pull request #2316 from szabgab/patch-1
Update book.toml fix the authors field
2 parents 91dedbd + 02aa6b4 commit 664ab4c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

book.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[book]
22
title = "Rust Compiler Development Guide"
3-
author = "The Rust Project Developers"
3+
authors = ["The Rust Project Developers"]
44
description = "A guide to developing the Rust compiler (rustc)"
55

66
[build]

0 commit comments

Comments
 (0)