We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 28a9bd2 + e23b164 commit 31c1042Copy full SHA for 31c1042
Makefile
@@ -1793,12 +1793,12 @@ rustavailable:
1793
#
1794
# Using the singular to avoid running afoul of `no-dot-config-targets`.
1795
PHONY += rustdoc
1796
-rustdoc: prepare0
+rustdoc: prepare
1797
$(Q)$(MAKE) $(build)=rust $@
1798
1799
# Testing target
1800
PHONY += rusttest
1801
-rusttest: prepare0
+rusttest: prepare
1802
1803
1804
# Formatting targets
@@ -1823,7 +1823,7 @@ rustfmtcheck: rustfmt
1823
1824
# IDE support targets
1825
PHONY += rust-analyzer
1826
-rust-analyzer: prepare0
+rust-analyzer:
1827
1828
1829
# Misc
0 commit comments