Style fix
This commit is contained in:
parent
9ba9cd5fd5
commit
cfc45d52bb
@ -543,8 +543,7 @@ pub fn is_useful<'p, 'a: 'p, 'tcx: 'a>(cx: &mut MatchCheckCtxt<'a, 'tcx>,
|
||||
ConstructWitness => UsefulWithWitness(vec![Witness(vec![])]),
|
||||
LeaveOutWitness => Useful,
|
||||
}
|
||||
}
|
||||
else {
|
||||
} else {
|
||||
NotUseful
|
||||
}
|
||||
};
|
||||
|
Loading…
Reference in New Issue
Block a user