Deprecate the FxHashMap()
and FxHashSet()
constructor function hack
This commit is contained in:
parent
74ff7dcb13
commit
ee81739dc1
115 changed files with 318 additions and 333 deletions
|
@ -75,7 +75,7 @@ impl MirPass for ElaborateDrops {
|
|||
env: &env,
|
||||
flow_inits,
|
||||
flow_uninits,
|
||||
drop_flags: FxHashMap(),
|
||||
drop_flags: FxHashMap::default(),
|
||||
patch: MirPatch::new(mir),
|
||||
}.elaborate()
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue