rustdoc: Stop having pandoc write the TOC

We will generate them ourselves
This commit is contained in:
Brian Anderson 2012-03-01 17:29:51 -08:00
parent 3cd8c57a54
commit 4991943f4e
1 changed files with 0 additions and 1 deletions

View File

@ -50,7 +50,6 @@ fn pandoc_writer(config: config::config) -> writer {
let pandoc_args = [
"--standalone",
"--toc",
"--section-divs",
"--from=markdown",
"--to=html",