We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 9b367d9 + b499e5a commit c49edbcCopy full SHA for c49edbc
src/libcore/ptr.rs
@@ -127,8 +127,7 @@ pub unsafe fn read<T>(src: *const T) -> T {
127
tmp
128
}
129
130
-/// Variant of read_and_zero that writes the specific drop-flag byte
131
-/// (which may be more appropriate than zero).
+#[allow(missing_docs)]
132
#[inline(always)]
133
#[unstable(feature = "filling_drop",
134
reason = "may play a larger role in std::ptr future extensions",
0 commit comments