mirror of
https://github.com/Noratrieb/cargo-minimize.git
synced 2026-01-14 08:25:01 +01:00
Add require deleted for main body
This commit is contained in:
parent
bad820a08b
commit
825870651f
2 changed files with 10 additions and 0 deletions
|
|
@ -9,4 +9,5 @@ fn user(mut map: HashMap<(), ()>) {
|
|||
fn main() {
|
||||
let map = HashMap::new();
|
||||
user(map);
|
||||
"~REQUIRE-DELETED main-body";
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue