We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5413b28 commit 73150ddCopy full SHA for 73150dd
_posts/2017-07-20-Rust-1.19.md
@@ -151,7 +151,9 @@ Other new features:
151
- [`Vec` now implements `From<&mut [T]>`][41530]
152
- [`Box<[u8]>` now implements `From<Box<str>>`][41258]
153
- [`SplitWhitespace` now implements `Clone`][41659]
154
-- [`[u8]::reverse` is now 5x faster and `[u16]::reverse` is now 1.5x faster][41764]
+- [
155
+ `[u8]::reverse` is now 5x faster and
156
+ `[u16]::reverse` is now 1.5x faster][41764]
157
158
[41449]: https://github.com/rust-lang/rust/pull/41449
159
[41530]: https://github.com/rust-lang/rust/pull/41530
0 commit comments