Skip to content

Commit a63f175

Browse files
authored
Merge pull request #190 from dns2utf8/patch-1
List item does not show up on website
2 parents e5899b0 + 73150dd commit a63f175

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

_posts/2017-07-20-Rust-1.19.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -151,7 +151,9 @@ Other new features:
151151
- [`Vec` now implements `From<&mut [T]>`][41530]
152152
- [`Box<[u8]>` now implements `From<Box<str>>`][41258]
153153
- [`SplitWhitespace` now implements `Clone`][41659]
154-
- [`[u8]::reverse` is now 5x faster and `[u16]::reverse` is now 1.5x faster][41764]
154+
- [
155+
`[u8]::reverse` is now 5x faster and
156+
`[u16]::reverse` is now 1.5x faster][41764]
155157

156158
[41449]: https://github.com/rust-lang/rust/pull/41449
157159
[41530]: https://github.com/rust-lang/rust/pull/41530

0 commit comments

Comments
 (0)