Skip to content

Commit ccecc4f

Browse files
committed
Drive-by formatting of comment
1 parent 3e826bb commit ccecc4f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

compiler/rustc_mir/src/transform/simplify_try.rs

+2-2
Original file line numberDiff line numberDiff line change
@@ -696,8 +696,8 @@ impl<'a, 'tcx> SimplifyBranchSameOptimizationFinder<'a, 'tcx> {
696696
/// _0 = move _1; // bb2
697697
/// ```
698698
/// In this case the two statements are equal iff
699-
/// 1: _0 is an enum where the variant index 0 is fieldless, and
700-
/// 2: bb1 was targeted by a switch where the discriminant of _1 was switched on
699+
/// - `_0` is an enum where the variant index 0 is fieldless, and
700+
/// - bb1 was targeted by a switch where the discriminant of `_1` was switched on
701701
fn statement_equality(
702702
&self,
703703
adt_matched_on: Place<'tcx>,

0 commit comments

Comments
 (0)