Skip to content

Commit

Permalink
Remove obsolete uninit mention from impl comment
Browse files Browse the repository at this point in the history
  • Loading branch information
HeroicKatora committed Dec 2, 2019
1 parent e35d56b commit df72632
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/librustc_mir/interpret/memory.rs
Original file line number Diff line number Diff line change
Expand Up @@ -924,7 +924,7 @@ impl<'mir, 'tcx, M: Machine<'mir, 'tcx>> Memory<'mir, 'tcx, M> {
}
}

/// Undefined bytes
/// Machine pointer introspection.
impl<'mir, 'tcx, M: Machine<'mir, 'tcx>> Memory<'mir, 'tcx, M> {
pub fn force_ptr(
&self,
Expand Down

0 comments on commit df72632

Please sign in to comment.