mirror of
https://github.com/Noratrieb/cargo-minimize.git
synced 2026-01-14 16:35:01 +01:00
pwetty
This commit is contained in:
parent
79b69fafb9
commit
64da92ab9e
7 changed files with 113 additions and 31 deletions
|
|
@ -2,6 +2,6 @@ fn unused() {
|
|||
this_is_required_to_error_haha();
|
||||
}
|
||||
fn main() {
|
||||
other::unused();
|
||||
loop {}
|
||||
}
|
||||
mod other;
|
||||
|
|
|
|||
|
|
@ -1 +1,3 @@
|
|||
pub(crate) fn unused() {}
|
||||
pub(crate) fn unused() {
|
||||
loop {}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue