Skip to content

Commit df72632

Browse files
committed
Remove obsolete uninit mention from impl comment
1 parent e35d56b commit df72632

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/librustc_mir/interpret/memory.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -924,7 +924,7 @@ impl<'mir, 'tcx, M: Machine<'mir, 'tcx>> Memory<'mir, 'tcx, M> {
924924
}
925925
}
926926

927-
/// Undefined bytes
927+
/// Machine pointer introspection.
928928
impl<'mir, 'tcx, M: Machine<'mir, 'tcx>> Memory<'mir, 'tcx, M> {
929929
pub fn force_ptr(
930930
&self,

0 commit comments

Comments
 (0)