]> git.lizzy.rs Git - rust.git/blob - tests/run-make/coverage/lib/unused_mod_helper.rs
Rollup merge of #106625 - Swatinem:ref/cov6, r=nagisa
[rust.git] / tests / run-make / coverage / lib / unused_mod_helper.rs
1 pub fn never_called_function() {
2     println!("I am never called");
3 }