mir borrowck: drive-by cleanup.
This commit is contained in:
parent
6b5f9b2e97
commit
2d168fa741
1 changed files with 2 additions and 2 deletions
|
@ -164,8 +164,8 @@ fn do_mir_borrowck<'a, 'tcx>(
|
|||
};
|
||||
|
||||
let mdpe = MoveDataParamEnv {
|
||||
move_data: move_data,
|
||||
param_env: param_env,
|
||||
move_data,
|
||||
param_env,
|
||||
};
|
||||
|
||||
let dead_unwinds = BitSet::new_empty(body.basic_blocks().len());
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue