Merge pull request #2316 from szabgab/patch-1

Update book.toml fix the authors field
This commit is contained in:
Yuki Okushi 2025-04-04 15:31:01 +09:00 committed by GitHub
commit 664ab4cd4f
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]