Rollup merge of #152088 - DanielEScherzer:patch-1, r=chenyukang

rustbook/README.md: add missing `)`

To match the opening `(` before the reference to PR 127786
This commit is contained in:
Jonathan Brouwer 2026-02-04 14:39:18 +01:00 committed by GitHub
commit 0e74ca8ace
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -10,7 +10,7 @@ This is invoked automatically when building mdbook-style documentation, for exam
## Cargo workspace
This package defines a separate cargo workspace from the main Rust workspace for a few reasons (ref [#127786](https://github.com/rust-lang/rust/pull/127786):
This package defines a separate cargo workspace from the main Rust workspace for a few reasons (ref [#127786](https://github.com/rust-lang/rust/pull/127786)):
- Avoids requiring checking out submodules for developers who are not working on the documentation. Otherwise, some submodules such as those that have custom preprocessors would be required for cargo to find the dependencies.
- Avoids problems with updating dependencies. Unfortunately this workspace has a rather large set of dependencies, which can make coordinating updates difficult (see [#127890](https://github.com/rust-lang/rust/issues/127890)).