about summary refs log tree commit diff
diff options
context:
space:
mode:
authorLukas Wirth <lukastw97@gmail.com>2025-02-12 07:48:50 +0000
committerGitHub <noreply@github.com>2025-02-12 07:48:50 +0000
commit8ddf82b5b7e2d1c58a3651b5e4cbb44bd9e3c2ee (patch)
treed1a5f791d2bf47ad02baae3ce1af8e7bbfe335b8
parent98096fedaca4b4774c8f1473e2ac8e723345c623 (diff)
parent3a7a47b3b676defd22ef3789eefff99ebddc2934 (diff)
downloadrust-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.toml5
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