Skip to content

Commit 4478a87

Browse files
committed
Fix formatting
1 parent 7ab1ba9 commit 4478a87

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

compiler/rustc_mir_dataflow/src/value_analysis.rs

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -767,7 +767,7 @@ impl<V: HasTop> ValueOrPlace<V> {
767767
pub enum ValueOrPlaceOrRef<V> {
768768
Value(V),
769769
Place(PlaceIndex),
770-
Ref(PlaceIndex)
770+
Ref(PlaceIndex),
771771
}
772772

773773
impl<V: HasTop> ValueOrPlaceOrRef<V> {
@@ -776,7 +776,6 @@ impl<V: HasTop> ValueOrPlaceOrRef<V> {
776776
}
777777
}
778778

779-
780779
impl<V> From<ValueOrPlace<V>> for ValueOrPlaceOrRef<V> {
781780
fn from(x: ValueOrPlace<V>) -> Self {
782781
match x {

0 commit comments

Comments
 (0)