Skip to content

Commit 25dea10

Browse files
committed
---
yaml --- r: 109735 b: refs/heads/snap-stage3 c: 02c9c94 h: refs/heads/master i: 109733: 31c3b30 109731: 5f3dc51 109727: c0aa8b7 v: v3
1 parent 01f6c67 commit 25dea10

Some content is hidden

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

43 files changed

+364
-652
lines changed

[refs]

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
refs/heads/master: b8ef9fd9c9f642ce7b8aed82782a1ed745d08d64
33
refs/heads/snap-stage1: e33de59e47c5076a89eadeb38f4934f58a3618a6
4-
refs/heads/snap-stage3: eae265271089011c309ce6b8386bdd98f29f2aaf
4+
refs/heads/snap-stage3: 02c9c94ddde6f88807c294d645331255d197cc74
55
refs/heads/try: f64fdf524a434f0e5cd0bc91d09c144723f3c90d
66
refs/tags/release-0.1: 1f5c5126e96c79d22cb7862f75304136e204f105
77
refs/heads/ndm: f3868061cd7988080c30d6d5bf352a5a5fe2460b

branches/snap-stage3/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)))

branches/snap-stage3/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)