1
Fork 0

Migrate run-make/rustdoc-scrape-examples-test to new rmake.rs

This commit is contained in:
Guillaume Gomez 2024-05-19 14:00:12 +02:00
parent 7c735958b2
commit 2f8b98c664
7 changed files with 11 additions and 11 deletions

View file

@ -2,5 +2,5 @@
mod scrape;
fn main() {
scrape::scrape();
scrape::scrape(&[]);
}