about summary refs log tree commit diff
diff options
context:
space:
mode:
authorJosh Rotenberg <joshrotenberg@gmail.com>2025-02-11 13:52:01 -0800
committerJosh Rotenberg <joshrotenberg@gmail.com>2025-02-11 13:52:01 -0800
commit3a7a47b3b676defd22ef3789eefff99ebddc2934 (patch)
treec371765a0826abdd1a9f51cbb8666cb1974d9eb2
parent8453e14706586098653d7272f29ede3c13b07d22 (diff)
downloadrust-3a7a47b3b676defd22ef3789eefff99ebddc2934.tar.gz
rust-3a7a47b3b676defd22ef3789eefff99ebddc2934.zip
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