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

4 lines
70 B
Rust
Raw Normal View History

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