We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1aa6ac3 commit 77c1e11Copy full SHA for 77c1e11
RELEASES.md
@@ -75,8 +75,8 @@ Libraries
75
improved by using `memchr` to search for newlines][1.7m].
76
* [`f32::to_degrees` and `f32::to_radians` are stable][1.7f]. The
77
`f64` variants were stabilized previously.
78
-* [`BTreeMap` was rewritten to use less memory improve performance of
79
- insertion and iteration, the latter by as much as 5x`][1.7bm].
+* [`BTreeMap` was rewritten to use less memory and improve the performance
+ of insertion and iteration, the latter by as much as 5x`][1.7bm].
80
* [`BTreeSet` and its iterators, `Iter`, `IntoIter`, and `Range` are
81
covariant over their contained type][1.7bt].
82
* [`LinkedList` and its iterators, `Iter` and `IntoIter` are covariant
0 commit comments