diff options
| author | Eric Huss <eric@huss.org> | 2024-07-25 17:38:22 -0700 |
|---|---|---|
| committer | Eric Huss <eric@huss.org> | 2024-07-25 17:38:22 -0700 |
| commit | 53ef052d455ba8bd9a4823c59696efb257aef2fa (patch) | |
| tree | 343d159393ab4ec0fd9ab4799682349777c79bf1 /src/tools/tidy | |
| parent | a20db06d5be876fbdaf1d4542d2974f2f76abba0 (diff) | |
| download | rust-53ef052d455ba8bd9a4823c59696efb257aef2fa.tar.gz rust-53ef052d455ba8bd9a4823c59696efb257aef2fa.zip | |
Integrate mdbook-spec for the reference.
This updates the reference which is now using a new mdbook plugin. This requires a little extra work than a normal book because the plugin uses `rustdoc` to generate links to the standard library. It also ensures that the submodule is available for *any* command that uses rustbook, since it is now part of the rustbook workspace.
Diffstat (limited to 'src/tools/tidy')
| -rw-r--r-- | src/tools/tidy/src/deps.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/tools/tidy/src/deps.rs b/src/tools/tidy/src/deps.rs index 6d61e0dd3ef..d53e535a750 100644 --- a/src/tools/tidy/src/deps.rs +++ b/src/tools/tidy/src/deps.rs @@ -72,7 +72,7 @@ pub(crate) const WORKSPACES: &[(&str, ExceptionList, Option<(&[&str], &[&str])>, //("src/tools/miri/test-cargo-miri", &[], None), // FIXME uncomment once all deps are vendored //("src/tools/miri/test_dependencies", &[], None), // FIXME uncomment once all deps are vendored ("src/tools/rust-analyzer", EXCEPTIONS_RUST_ANALYZER, None, &[]), - ("src/tools/rustbook", EXCEPTIONS_RUSTBOOK, None, &["src/doc/book"]), + ("src/tools/rustbook", EXCEPTIONS_RUSTBOOK, None, &["src/doc/book", "src/doc/reference"]), ("src/tools/rustc-perf", EXCEPTIONS_RUSTC_PERF, None, &["src/tools/rustc-perf"]), ("src/tools/x", &[], None, &[]), // tidy-alphabetical-end |
