Skip to content

Commit 13efa52

Browse files
committed
Remove another instance of ty_open (fixup rust-lang#22213)
1 parent 89d5d24 commit 13efa52

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/librustc/middle/traits/select.rs

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1699,8 +1699,6 @@ impl<'cx, 'tcx> SelectionContext<'cx, 'tcx> {
16991699
Some(vec![referent_ty])
17001700
}
17011701

1702-
ty::ty_open(element_ty) => {Some(vec![element_ty])},
1703-
17041702
ty::ty_ptr(ty::mt { ty: element_ty, ..}) |
17051703
ty::ty_rptr(_, ty::mt { ty: element_ty, ..}) => {
17061704
Some(vec![element_ty])

0 commit comments

Comments
 (0)