mirror of
https://github.com/Noratrieb/cargo-minimize.git
synced 2026-01-15 17:05:00 +01:00
better test case
This commit is contained in:
parent
5c1170e92e
commit
0c46f5e2cd
3 changed files with 9 additions and 5 deletions
|
|
@ -1,7 +1,10 @@
|
|||
fn unused() {
|
||||
this_is_required_to_error_haha();
|
||||
other::unused();
|
||||
}
|
||||
|
||||
fn main() {
|
||||
loop {}
|
||||
unused();
|
||||
}
|
||||
|
||||
mod folder;
|
||||
mod other;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue