index
:
rust
this commit
auto
automation/bors/try
automation/bors/try-merge
beta
cargo_update
lcnr/rustc-dev-guide
master
perf-tmp
stable
try
try-perf
https://github.com/rust-lang/rust
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
tests
/
run-coverage
/
auxiliary
/
unused_mod_helper.rs
blob: 88c5dac65cb507e8156d46fd4940d44e00e34153 (
plain
)
1
2
3
4
#[allow(dead_code)]
pub
fn
never_called_function
()
{
println!
(
"I am never called"
);
}