Skip to content

Commit 4743c4f

Browse files
committed
---
yaml --- r: 109933 b: refs/heads/master c: a0a7693 h: refs/heads/master i: 109931: c93a856 v: v3
1 parent cc31df0 commit 4743c4f

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

45 files changed

+301
-868
lines changed

[refs]

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
refs/heads/master: 2b27a5ad917b2746e5f28a33e64586c0d36b00f3
2+
refs/heads/master: a0a769310117cbaafad3f2c50dd4b6d7dc83719e
33
refs/heads/snap-stage1: e33de59e47c5076a89eadeb38f4934f58a3618a6
44
refs/heads/snap-stage3: c7fac4471201977fdb1c0c0a26c87287e12dc644
55
refs/heads/try: f64fdf524a434f0e5cd0bc91d09c144723f3c90d

trunk/mk/docs.mk

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -271,7 +271,7 @@ endif
271271
$(2) += doc/$(1)/index.html
272272
doc/$(1)/index.html: $$(LIB_DOC_DEP_$(1))
273273
@$$(call E, rustdoc $$@)
274-
$$(Q)$$(RUSTDOC) --cfg dox --cfg stage2 $$<
274+
$$(Q)$$(RUSTDOC) --cfg stage2 $$<
275275
endef
276276

277277
$(foreach crate,$(DOC_CRATES),$(eval $(call DEF_LIB_DOC,$(crate),DOC_TARGETS)))

trunk/mk/tests.mk

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -694,7 +694,7 @@ endif
694694
ifeq ($(2),$$(CFG_BUILD))
695695
$$(call TEST_OK_FILE,$(1),$(2),$(3),doc-$(4)): $$(DOCTESTDEP_$(1)_$(2)_$(3)_$(4))
696696
@$$(call E, run doc-$(4) [$(2)])
697-
$$(Q)$$(RUSTDOC_$(1)_T_$(2)_H_$(3)) --cfg dox --test $$< --test-args "$$(TESTARGS)" && touch $$@
697+
$$(Q)$$(RUSTDOC_$(1)_T_$(2)_H_$(3)) --test $$< --test-args "$$(TESTARGS)" && touch $$@
698698
else
699699
$$(call TEST_OK_FILE,$(1),$(2),$(3),doc-$(4)):
700700
touch $$@

0 commit comments

Comments
 (0)