We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 57f9423 commit 13b4afeCopy full SHA for 13b4afe
src/libcore/mem/mod.rs
@@ -417,7 +417,7 @@ pub const fn needs_drop<T>() -> bool {
417
/// Returns the value of type `T` represented by the all-zeros bit-pattern.
418
///
419
/// This means that, for example, the padding byte in `(u8, u16)` is not
420
-/// necessarily zeroed.
+/// necessarily zeroed.
421
422
/// There is no guarantee that an all-zero byte-pattern represents a valid value of
423
/// some type `T`. For example, the all-zero byte-pattern is not a valid value
0 commit comments