Skip to content

Commit a66a1da

Browse files
rustbook/README.md: add missing )
To match the opening `(` before the reference to rust-lang#127786
1 parent 1d05e3c commit a66a1da

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)