rust/tests/run-make/coverage/unused_mod.rs

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

7 lines
101 B
Rust
Raw Normal View History

2021-12-20 21:36:38 +00:00
#[path = "lib/unused_mod_helper.rs"]
mod unused_module;
fn main() {
println!("hello world!");
}