1
Fork 0

Move coverage tests from run-make-fulldeps to run-make

This commit is contained in:
Tomasz Miąsko 2022-07-25 00:00:00 +00:00
parent 48316dfea1
commit 866d5c621c
100 changed files with 4 additions and 4 deletions

View file

@ -0,0 +1,6 @@
#[path = "lib/unused_mod_helper.rs"]
mod unused_module;
fn main() {
println!("hello world!");
}