]> git.lizzy.rs Git - rust.git/commitdiff
Remove trailing whitespace
authorgnzlbg <gnzlbg@users.noreply.github.com>
Fri, 2 Aug 2019 12:12:12 +0000 (14:12 +0200)
committerGitHub <noreply@github.com>
Fri, 2 Aug 2019 12:12:12 +0000 (14:12 +0200)
I had one job...

src/libcore/mem/mod.rs

index 56aa145c56cc90a6d1483e823715399674507ef7..c4f8747bb7801120ccab85159603cce3dd958d3b 100644 (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.
 ///
 /// 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
 /// some type `T`. For example, the all-zero byte-pattern is not a valid value