1
Fork 0

Remove ReCanonical in favor of ReLateBound

This commit is contained in:
scalexm 2018-10-24 10:29:42 +02:00
parent 1f8de94f3b
commit 45be1ac0fc
23 changed files with 98 additions and 101 deletions

View file

@ -1260,7 +1260,6 @@ impl Clean<Option<Lifetime>> for ty::RegionKind {
ty::RePlaceholder(..) |
ty::ReEmpty |
ty::ReClosureBound(_) |
ty::ReCanonical(_) |
ty::ReErased => None
}
}