Skip to content

Replace mangled angle brackets with curly braces #277

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
wants to merge 1 commit into from
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