Fix the fallout
This commit is contained in:
parent
0f8519c341
commit
35749923ee
19 changed files with 40 additions and 50 deletions
|
|
@ -776,7 +776,7 @@ impl Clean<Option<Lifetime>> for ty::Region {
|
|||
ty::ReScope(..) |
|
||||
ty::ReVar(..) |
|
||||
ty::ReSkolemized(..) |
|
||||
ty::ReEmpty(..) => None
|
||||
ty::ReEmpty => None
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
@ -1609,7 +1609,7 @@ impl Clean<Type> for hir::Ty {
|
|||
TyPolyTraitRef(ref bounds) => {
|
||||
PolyTraitRef(bounds.clean(cx))
|
||||
},
|
||||
TyInfer(..) => {
|
||||
TyInfer => {
|
||||
Infer
|
||||
},
|
||||
TyTypeof(..) => {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue