diff options
| author | gnzlbg <gnzlbg@users.noreply.github.com> | 2019-08-02 14:12:12 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2019-08-02 14:12:12 +0200 |
| commit | 13b4afe4baf0080cb1392d8e4009fee31c4b95ea (patch) | |
| tree | 2312fd09a985b4f32b9b3d4c4cbee16f1ddc3a53 /src/libcore/mem | |
| parent | 57f94237e1ae9be36583270efacaa6556dbc1ce0 (diff) | |
| download | rust-13b4afe4baf0080cb1392d8e4009fee31c4b95ea.tar.gz rust-13b4afe4baf0080cb1392d8e4009fee31c4b95ea.zip | |
Remove trailing whitespace
I had one job...
Diffstat (limited to 'src/libcore/mem')
| -rw-r--r-- | src/libcore/mem/mod.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/libcore/mem/mod.rs b/src/libcore/mem/mod.rs index 56aa145c56c..c4f8747bb78 100644 --- a/src/libcore/mem/mod.rs +++ b/src/libcore/mem/mod.rs @@ -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 |
