Skip to content

Commit

Permalink
Fix the fallout
Browse files Browse the repository at this point in the history
  • Loading branch information
petrochenkov committed Nov 19, 2015
1 parent e8f68e3 commit a02762b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions clean/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -776,7 +776,7 @@ impl Clean<Option<Lifetime>> for ty::Region {
ty::ReScope(..) |
ty::ReVar(..) |
ty::ReSkolemized(..) |
ty::ReEmpty(..) => None
ty::ReEmpty => None
}
}
}
Expand Down Expand Up @@ -1609,7 +1609,7 @@ impl Clean<Type> for hir::Ty {
TyPolyTraitRef(ref bounds) => {
PolyTraitRef(bounds.clean(cx))
},
TyInfer(..) => {
TyInfer => {
Infer
},
TyTypeof(..) => {
Expand Down

0 comments on commit a02762b

Please sign in to comment.