diff options
| author | Lukas Wirth <lukastw97@gmail.com> | 2025-02-12 07:48:50 +0000 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-02-12 07:48:50 +0000 |
| commit | 8ddf82b5b7e2d1c58a3651b5e4cbb44bd9e3c2ee (patch) | |
| tree | d1a5f791d2bf47ad02baae3ce1af8e7bbfe335b8 | |
| parent | 98096fedaca4b4774c8f1473e2ac8e723345c623 (diff) | |
| parent | 3a7a47b3b676defd22ef3789eefff99ebddc2934 (diff) | |
| download | rust-8ddf82b5b7e2d1c58a3651b5e4cbb44bd9e3c2ee.tar.gz rust-8ddf82b5b7e2d1c58a3651b5e4cbb44bd9e3c2ee.zip | |
Merge pull request #19140 from joshrotenberg/remove-mdbook-toc-config
doc: remove unused plugin config
| -rw-r--r-- | src/tools/rust-analyzer/docs/book/book.toml | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/src/tools/rust-analyzer/docs/book/book.toml b/src/tools/rust-analyzer/docs/book/book.toml index a6f6a6ed784..5ca4badde87 100644 --- a/src/tools/rust-analyzer/docs/book/book.toml +++ b/src/tools/rust-analyzer/docs/book/book.toml @@ -34,8 +34,3 @@ use-boolean-and = true [output.html.fold] enable = true level = 3 - -[preprocessor.toc] -command = "mdbook-toc" -renderer = ["html"] -max-level = 3 |
