Remove numbers all together from not_found.html

This commit is contained in:
Steve Klabnik 2015-06-09 15:47:48 -04:00
parent 1cede0b0ef
commit 6c452bebc5
1 changed files with 1 additions and 0 deletions

View File

@ -169,6 +169,7 @@ DOC_TARGETS += doc/not_found.html
doc/not_found.html: $(D)/not_found.md $(HTML_DEPS) | doc/
@$(call E, rustdoc: $@)
$(Q)$(RUSTDOC) $(RUSTDOC_HTML_OPTS_NO_CSS) \
--markdown-no-toc \
--markdown-css http://doc.rust-lang.org/rust.css $<
define DEF_DOC