Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion content/2016-08-16-this-week-in-rust.md
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ If you are a Rust project owner and are looking for contributors, please submit
* [Strict Version Hashes for Crates improved](https://github.com/rust-lang/rust/pull/35079)
* [Improved {H,C}ashing for dep-graphs](https://github.com/rust-lang/rust/pull/35406)
* [Some artificial restrictions regarding zero-sized structs/enum variants lifted](https://github.com/rust-lang/rust/pull/35138) (RFC 1506)
* [`std::vec::intoIter::as_<mut_>slice()`](https://github.com/rust-lang/rust/pull/35447)
* [`std::vec::intoIter::as_`{,`mut_`}`slice()`](https://github.com/rust-lang/rust/pull/35447)
* [Optimize `std::panic::catch_unwind(_)` slightly](https://github.com/rust-lang/rust/pull/35444) (don't use it anyway unless you have to)
* [`impl From<T> for` {ε, `Ref`, `Unsafe`}`Cell<T>`](https://github.com/rust-lang/rust/pull/35392)...
* [`impl FromIterator<_> for Cow<str>`](https://github.com/rust-lang/rust/pull/35064)
Expand Down