]> git.lizzy.rs Git - rust.git/blobdiff - src/librustdoc/clean/mod.rs
Remove `ReCanonical` in favor of `ReLateBound`
[rust.git] / src / librustdoc / clean / mod.rs
index 8391db9a37d50159da62df1bcb6135e65f914707..e71b3ccb01dbe19b45c69b51a2eabb9f46aae7b1 100644 (file)
@@ -1260,7 +1260,6 @@ fn clean(&self, cx: &DocContext) -> Option<Lifetime> {
             ty::RePlaceholder(..) |
             ty::ReEmpty |
             ty::ReClosureBound(_) |
-            ty::ReCanonical(_) |
             ty::ReErased => None
         }
     }