Update book.toml fix the authors field
See https://rust-lang.github.io/mdBook/format/configuration/general.html#general-metadata
This commit is contained in:
parent
91dedbdd74
commit
02aa6b4852
|
|
@ -1,6 +1,6 @@
|
||||||
[book]
|
[book]
|
||||||
title = "Rust Compiler Development Guide"
|
title = "Rust Compiler Development Guide"
|
||||||
author = "The Rust Project Developers"
|
authors = ["The Rust Project Developers"]
|
||||||
description = "A guide to developing the Rust compiler (rustc)"
|
description = "A guide to developing the Rust compiler (rustc)"
|
||||||
|
|
||||||
[build]
|
[build]
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue