Consistency.

This commit is contained in:
gnzlbg 2019-08-02 15:07:19 +02:00 committed by GitHub
parent 13b4afe4ba
commit 3725e3542f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -414,7 +414,7 @@ pub const fn needs_drop<T>() -> bool {
intrinsics::needs_drop::<T>()
}
/// Returns the value of type `T` represented by the all-zeros bit-pattern.
/// Returns the value of type `T` represented by the all-zero byte-pattern.
///
/// This means that, for example, the padding byte in `(u8, u16)` is not
/// necessarily zeroed.