Skip to content

Commit 4991943

Browse files
committed
rustdoc: Stop having pandoc write the TOC
We will generate them ourselves
1 parent 3cd8c57 commit 4991943

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/rustdoc/markdown_writer.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,6 @@ fn pandoc_writer(config: config::config) -> writer {
5050

5151
let pandoc_args = [
5252
"--standalone",
53-
"--toc",
5453
"--section-divs",
5554
"--from=markdown",
5655
"--to=html",

0 commit comments

Comments
 (0)