Skip to content

Commit 7b44200

Browse files
committed
fix(fmt): reformat
1 parent c8db013 commit 7b44200

1 file changed

Lines changed: 6 additions & 1 deletion

File tree

src/mir/elaborate_drop.rs

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -551,7 +551,12 @@ where
551551
let subpath = self.elaborator.field_subpath(variant_path, field_idx);
552552
let tcx = self.tcx();
553553

554-
match self.elaborator.typing_env().typing_mode().assert_not_erased() {
554+
match self
555+
.elaborator
556+
.typing_env()
557+
.typing_mode()
558+
.assert_not_erased()
559+
{
555560
ty::TypingMode::PostAnalysis => {}
556561
ty::TypingMode::Coherence
557562
| ty::TypingMode::Analysis { .. }

0 commit comments

Comments
 (0)