Consistency.
This commit is contained in:
parent
13b4afe4ba
commit
3725e3542f
1 changed files with 1 additions and 1 deletions
|
|
@ -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.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue