Skip to content

Commit c681d30

Browse files
committed
placate make tidy.
1 parent 0f314f9 commit c681d30

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/librustc_trans/trans/_match.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -1031,7 +1031,7 @@ fn set_lllocals_hints<'blk, 'tcx>(bcx: Block<'blk, 'tcx>,
10311031
let lllocals = bcx.fcx.lllocals.borrow();
10321032
for (&ident, &binding_info) in bindings_map {
10331033
let datum = lllocals.get(&binding_info.id).unwrap();
1034-
if let Some(hint) = datum.kind.dropflag_hint(bcx) {
1034+
if let Some(hint) = datum.kind.dropflag_hint(bcx) {
10351035
let hint_value = drop_flag_hint_value as usize;
10361036
debug!("set_lllocals_hints store hint_value={} for hint={:?} ident={}",
10371037
hint_value, hint, ident);

0 commit comments

Comments
 (0)