diff options
| author | Josh Rotenberg <joshrotenberg@gmail.com> | 2025-02-11 13:52:01 -0800 |
|---|---|---|
| committer | Josh Rotenberg <joshrotenberg@gmail.com> | 2025-02-11 13:52:01 -0800 |
| commit | 3a7a47b3b676defd22ef3789eefff99ebddc2934 (patch) | |
| tree | c371765a0826abdd1a9f51cbb8666cb1974d9eb2 | |
| parent | 8453e14706586098653d7272f29ede3c13b07d22 (diff) | |
| download | rust-3a7a47b3b676defd22ef3789eefff99ebddc2934.tar.gz rust-3a7a47b3b676defd22ef3789eefff99ebddc2934.zip | |
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 |
