Skip to content

Commit 2d168fa

Browse files
committed
mir borrowck: drive-by cleanup.
1 parent 6b5f9b2 commit 2d168fa

File tree

1 file changed

+2
-2
lines changed
  • src/librustc_mir/borrow_check

1 file changed

+2
-2
lines changed

src/librustc_mir/borrow_check/mod.rs

+2-2
Original file line numberDiff line numberDiff line change
@@ -164,8 +164,8 @@ fn do_mir_borrowck<'a, 'tcx>(
164164
};
165165

166166
let mdpe = MoveDataParamEnv {
167-
move_data: move_data,
168-
param_env: param_env,
167+
move_data,
168+
param_env,
169169
};
170170

171171
let dead_unwinds = BitSet::new_empty(body.basic_blocks().len());

0 commit comments

Comments
 (0)