Skip to content

Commit 0e74ca8

Browse files
Rollup merge of #152088 - DanielEScherzer:patch-1, r=chenyukang
rustbook/README.md: add missing `)` To match the opening `(` before the reference to PR 127786
2 parents 841c462 + c77779e commit 0e74ca8

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/tools/rustbook/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ This is invoked automatically when building mdbook-style documentation, for exam
1010

1111
## Cargo workspace
1212

13-
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):
13+
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)):
1414

1515
- 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.
1616
- 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)).

0 commit comments

Comments
 (0)