Skip to content

Commit 13b4afe

Browse files
authored
Remove trailing whitespace
I had one job...
1 parent 57f9423 commit 13b4afe

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: src/libcore/mem/mod.rs

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

0 commit comments

Comments
 (0)