Skip to content

Commit 26ca0d1

Browse files
committed
tidy
1 parent 09cbe58 commit 26ca0d1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/librustc_mir/transform/add_validation.rs

+2-2
Original file line numberDiff line numberDiff line change
@@ -163,8 +163,8 @@ impl MirPass for AddValidation {
163163
ValidationOperand { lval, ty, re, mutbl }
164164
};
165165

166-
// Emit an Acquire at the beginning of the given block. If we are in restricted emission mode
167-
// (mir_emit_validate=1), also emit a Release immediately after the Acquire.
166+
// Emit an Acquire at the beginning of the given block. If we are in restricted emission
167+
// mode (mir_emit_validate=1), also emit a Release immediately after the Acquire.
168168
let emit_acquire = |block: &mut BasicBlockData<'tcx>, source_info, operands: Vec<_>| {
169169
if operands.len() == 0 {
170170
return; // Nothing to do

0 commit comments

Comments
 (0)