rust/tests/run-make/coverage/lib/unused_mod_helper.rs

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

4 lines
70 B
Rust
Raw Normal View History

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