remove cfg attributes
This commit is contained in:
parent
0725d0ceee
commit
c9843d6144
3 changed files with 6 additions and 12 deletions
|
@ -318,11 +318,7 @@ impl<'tcx> InferCtxt<'tcx> {
|
|||
|
||||
// Screen out `'a: 'a` cases.
|
||||
let ty::OutlivesPredicate(k1, r2) = r_c.0;
|
||||
if k1 != r2.into() {
|
||||
Some(r_c)
|
||||
} else {
|
||||
None
|
||||
}
|
||||
if k1 != r2.into() { Some(r_c) } else { None }
|
||||
}),
|
||||
);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue