We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 221aeab commit fe85daaCopy full SHA for fe85daa
[refs]
@@ -1,5 +1,5 @@
1
---
2
-refs/heads/master: 1cede0b0ef1d2747e9747a3f177ce83522d90a10
+refs/heads/master: 6c452bebc5432ff5da26746dbd397615f4b7a804
3
refs/heads/snap-stage1: e33de59e47c5076a89eadeb38f4934f58a3618a6
4
refs/heads/snap-stage3: ba0e1cd8147d452c356aacb29fb87568ca26f111
5
refs/heads/try: 1864973ae17213c5a58c4dd3f9af6d1b6c7d2e05
trunk/mk/docs.mk
@@ -169,6 +169,7 @@ DOC_TARGETS += doc/not_found.html
169
doc/not_found.html: $(D)/not_found.md $(HTML_DEPS) | doc/
170
@$(call E, rustdoc: $@)
171
$(Q)$(RUSTDOC) $(RUSTDOC_HTML_OPTS_NO_CSS) \
172
+ --markdown-no-toc \
173
--markdown-css http://doc.rust-lang.org/rust.css $<
174
175
define DEF_DOC
0 commit comments