Skip to content

Commit 957f7b2

Browse files
authored
Update 2016-12-13-this-week-in-rust.md
The code that got committed only changes behavior for extend.
1 parent 3092b51 commit 957f7b2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

content/2016-12-13-this-week-in-rust.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ If you are a Rust project owner and are looking for contributors, please submit
7979

8080
* [Use link(kind) annotation to fix native Windows imports](https://github.com/rust-lang/rust/pull/37973) ([RFC #1717](https://github.com/rust-lang/rfcs/blob/master/text/1717-dllimport.md))
8181
* [Function arity errors now show the original definition](https://github.com/rust-lang/rust/pull/38121)
82-
* [`HashMap`/-`Set` now allocate smarter on `from_iter(_)`](https://github.com/rust-lang/rust/pull/38017)
82+
* [`HashMap`/-`Set` now pre-allocate smarter on `extend(_)`](https://github.com/rust-lang/rust/pull/38017)
8383
* [Faster `sort()`](https://github.com/rust-lang/rust/pull/38192) – Epic speedups
8484
* [More forwarded `ExactSizeIterator` / `is_empty()`](https://github.com/rust-lang/rust/pull/38149)
8585
* [Stricter lifetimes for `LateLintPass`](https://github.com/rust-lang/rust/pull/38191) (Plugin-unbreaking 🙂)

0 commit comments

Comments
 (0)