mir borrowck: drive-by cleanup.

This commit is contained in:
Mazdak Farrokhzad 2019-09-06 10:35:14 +02:00
parent 6b5f9b2e97
commit 2d168fa741

View File

@ -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());