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