Skip to content

Commit 93e133c

Browse files
committed
fix cargo fmt
1 parent f6a7bdc commit 93e133c

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

chalk-solve/src/wf.rs

+1-3
Original file line numberDiff line numberDiff line change
@@ -85,9 +85,7 @@ impl FoldInputTypes for Ty {
8585
// lazily, so no need to include them here.
8686
Ty::ForAll(..) => (),
8787

88-
Ty::InferenceVar(..) => {
89-
panic!("unexpected inference variable in wf rules: {:?}", self,)
90-
}
88+
Ty::InferenceVar(..) => panic!("unexpected inference variable in wf rules: {:?}", self),
9189
}
9290
}
9391
}

0 commit comments

Comments
 (0)