mirror of
https://github.com/Noratrieb/cargo-minimize.git
synced 2026-01-14 16:35:01 +01:00
more
This commit is contained in:
parent
a36bf95c3e
commit
1cb5114557
7 changed files with 226 additions and 69 deletions
|
|
@ -1,8 +1,8 @@
|
|||
fn unused() {
|
||||
loop {}
|
||||
this_is_required_to_error_haha();
|
||||
}
|
||||
fn main() {
|
||||
loop {}
|
||||
other::unused();
|
||||
}
|
||||
|
||||
mod other;
|
||||
|
|
|
|||
|
|
@ -1,3 +1,3 @@
|
|||
fn unused() {
|
||||
loop {}
|
||||
pub fn unused() {
|
||||
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue