Skip to content

Commit 8a146e4

Browse files
author
arielb1
committed
Remove todo
1 parent b981741 commit 8a146e4

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/librustc_typeck/check/cast.rs

-1
Original file line numberDiff line numberDiff line change
@@ -338,7 +338,6 @@ impl<'tcx> CastCheck<'tcx> {
338338
// To allow unsafe pointers to work correctly, we
339339
// need to special-case obtaining an unsafe pointer
340340
// from a region pointer to a vector.
341-
// TODO: explain comment.
342341

343342
// this will report a type mismatch if needed
344343
demand::eqtype(fcx, self.span, ety, m_1.ty);

0 commit comments

Comments
 (0)