Remove trailing whitespace

I had one job...
This commit is contained in:
gnzlbg 2019-08-02 14:12:12 +02:00 committed by GitHub
parent 57f94237e1
commit 13b4afe4ba
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -417,7 +417,7 @@ pub const fn needs_drop<T>() -> bool {
/// Returns the value of type `T` represented by the all-zeros bit-pattern. /// Returns the value of type `T` represented by the all-zeros bit-pattern.
/// ///
/// This means that, for example, the padding byte in `(u8, u16)` is not /// This means that, for example, the padding byte in `(u8, u16)` is not
/// necessarily zeroed. /// necessarily zeroed.
/// ///
/// There is no guarantee that an all-zero byte-pattern represents a valid value of /// There is no guarantee that an all-zero byte-pattern represents a valid value of
/// some type `T`. For example, the all-zero byte-pattern is not a valid value /// some type `T`. For example, the all-zero byte-pattern is not a valid value