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:
Gábor Szabó 2025-04-04 08:34:08 +03:00 committed by GitHub
parent 91dedbdd74
commit 02aa6b4852
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -1,6 +1,6 @@
[book]
title = "Rust Compiler Development Guide"
author = "The Rust Project Developers"
authors = ["The Rust Project Developers"]
description = "A guide to developing the Rust compiler (rustc)"
[build]