]> git.lizzy.rs Git - rust.git/blob - src/test/run-make/coverage/unused_mod.rs
Rollup merge of #101166 - GuillaumeGomez:error-index-mdbook, r=notriddle
[rust.git] / src / test / run-make / coverage / unused_mod.rs
1 #[path = "lib/unused_mod_helper.rs"]
2 mod unused_module;
3
4 fn main() {
5     println!("hello world!");
6 }