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 377f2d37d3
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

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]