mirror of
https://github.com/Noratrieb/cargo-minimize.git
synced 2026-01-15 00:45:02 +01:00
aaa
This commit is contained in:
parent
002bad34ae
commit
a9e488f3e3
11 changed files with 433 additions and 40 deletions
5
test-cases/unused-code/src/main.rs
Normal file
5
test-cases/unused-code/src/main.rs
Normal file
|
|
@ -0,0 +1,5 @@
|
|||
fn unused() {}
|
||||
|
||||
fn main() {
|
||||
unused();
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue