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