mirror of
https://github.com/Noratrieb/cargo-minimize.git
synced 2026-01-15 00:45:02 +01:00
8 lines
77 B
Rust
8 lines
77 B
Rust
fn unused() {
|
|
loop {}
|
|
}
|
|
fn main() {
|
|
loop {}
|
|
}
|
|
mod folder;
|
|
mod other;
|