Skip to content

Commit

Permalink
mir borrowck: drive-by cleanup.
Browse files Browse the repository at this point in the history
  • Loading branch information
Centril committed Sep 6, 2019
1 parent 6b5f9b2 commit 2d168fa
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/librustc_mir/borrow_check/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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());
Expand Down

0 comments on commit 2d168fa

Please sign in to comment.