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,3 +1,3 @@
|
|||
pub(crate) fn unused() {
|
||||
loop {}
|
||||
}
|
||||
pub fn unused() {
|
||||
crate::folder::unused();
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue