We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
run-make/rustdoc-scrape-examples-whitespace
rmake.rs
1 parent f092f73 commit 7b0fd3bCopy full SHA for 7b0fd3b
src/tools/tidy/src/allowed_run_make_makefiles.txt
@@ -236,7 +236,6 @@ run-make/rustc-macro-dep-files/Makefile
236
run-make/rustdoc-io-error/Makefile
237
run-make/rustdoc-scrape-examples-macros/Makefile
238
run-make/rustdoc-scrape-examples-multiple/Makefile
239
-run-make/rustdoc-scrape-examples-whitespace/Makefile
240
run-make/rustdoc-verify-output-files/Makefile
241
run-make/rustdoc-with-output-option/Makefile
242
run-make/rustdoc-with-short-out-dir-option/Makefile
tests/run-make/rustdoc-scrape-examples-whitespace/Makefile
tests/run-make/rustdoc-scrape-examples-whitespace/rmake.rs
@@ -0,0 +1,6 @@
1
+#[path = "../rustdoc-scrape-examples-remap/scrape.rs"]
2
+mod scrape;
3
+
4
+fn main() {
5
+ scrape::scrape(&[]);
6
+}
0 commit comments