diff options
| author | Yuki Okushi <huyuumi.dev@gmail.com> | 2025-04-04 15:31:01 +0900 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-04-04 15:31:01 +0900 |
| commit | 377f2d37d362198ae04be4f3a04057f9d819aea0 (patch) | |
| tree | 2dba31cdfb2f7ee7f4a65582b3f5f41302aa429c /src/doc/rustc-dev-guide | |
| parent | a1d345f93cbc53bc56f098deff9255bc7d5041ea (diff) | |
| parent | fb6af25b2b05a330b17e17a1845c44d6b45350d4 (diff) | |
| download | rust-377f2d37d362198ae04be4f3a04057f9d819aea0.tar.gz rust-377f2d37d362198ae04be4f3a04057f9d819aea0.zip | |
Merge pull request #2316 from szabgab/patch-1
Update book.toml fix the authors field
Diffstat (limited to 'src/doc/rustc-dev-guide')
| -rw-r--r-- | src/doc/rustc-dev-guide/book.toml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/doc/rustc-dev-guide/book.toml b/src/doc/rustc-dev-guide/book.toml index eb2f6806b96..b84b1e7548a 100644 --- a/src/doc/rustc-dev-guide/book.toml +++ b/src/doc/rustc-dev-guide/book.toml @@ -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] |
