rust/tests/run-coverage/auxiliary/unused_mod_helper.rs

4 lines
70 B
Rust
Raw Normal View History

2021-12-20 16:36:38 -05:00
pub fn never_called_function() {
println!("I am never called");
}