diff options
| author | 42triangles <dodo2998@gmail.com> | 2017-09-11 08:28:14 +0200 |
|---|---|---|
| committer | 42triangles <dodo2998@gmail.com> | 2017-09-11 08:28:14 +0200 |
| commit | f452acbb5e18ae188bc28dc8ea685f6b4cb0d2df (patch) | |
| tree | b947385f35bfe3ce3282d6eb6eabc1cac85c9604 /src | |
| parent | 833a9b567ae15d691455457a476480d422e6f7a7 (diff) | |
| download | rust-f452acbb5e18ae188bc28dc8ea685f6b4cb0d2df.tar.gz rust-f452acbb5e18ae188bc28dc8ea685f6b4cb0d2df.zip | |
Removed trailing whitespace
Diffstat (limited to 'src')
| -rw-r--r-- | src/liballoc/str.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/liballoc/str.rs b/src/liballoc/str.rs index c48ff3f5cc3..d4dcf2066df 100644 --- a/src/liballoc/str.rs +++ b/src/liballoc/str.rs @@ -1783,7 +1783,7 @@ impl str { } /// Converts a `Box<str>` into a `Box<[u8]>` without copying or allocating. - /// + /// /// # Examples /// /// Basic usage: |
