Sign in
rust
/
rust
/
97b1c314892ef4497c0ce5656daa3a54c4e052d3
/
.
/
tests
/
coverage
/
unused_mod.rs
blob: 6e62839c998564cc7f0bc4342cbbdc71eebbf8f0 [
file
]
#[
path
=
"auxiliary/unused_mod_helper.rs"
]
mod
unused_module
;
fn
main
()
{
println
!(
"hello world!"
);
}