Skip to content

Commit 6a625f8

Browse files
committed
Rollup merge of rust-lang#31607 - steveklabnik:gh31599, r=brson
Fixes rust-lang#31599
2 parents 95c1d7a + 4661dc8 commit 6a625f8

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/libcore/ptr.rs

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -127,8 +127,6 @@ pub unsafe fn read<T>(src: *const T) -> T {
127127
tmp
128128
}
129129

130-
/// Variant of read_and_zero that writes the specific drop-flag byte
131-
/// (which may be more appropriate than zero).
132130
#[inline(always)]
133131
#[unstable(feature = "filling_drop",
134132
reason = "may play a larger role in std::ptr future extensions",

0 commit comments

Comments
 (0)