mirror of
https://github.com/Noratrieb/cargo-minimize.git
synced 2026-01-14 08:25:01 +01:00
further test suite
This commit is contained in:
parent
c70d6fa26f
commit
ff26987129
4 changed files with 76 additions and 10 deletions
|
|
@ -1,7 +1,7 @@
|
|||
use std::collecions::HashMap;
|
||||
use std::collections::HashMap;
|
||||
|
||||
/// ~REQUIRE-DELETED
|
||||
fn user(map: HashMap<(), ()>) {
|
||||
/// ~REQUIRE-DELETED user-fn
|
||||
fn user(mut map: HashMap<(), ()>) {
|
||||
map.insert((), ());
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue