From fbf5c05a331ae719852917118cd13ed26093bdcd Mon Sep 17 00:00:00 2001 From: emosenkis Date: Fri, 19 Aug 2016 04:11:30 +0300 Subject: [PATCH] Replace mangled angle brackets with curly braces --- content/2016-08-16-this-week-in-rust.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/2016-08-16-this-week-in-rust.md b/content/2016-08-16-this-week-in-rust.md index 3068fce1d..d89956715 100644 --- a/content/2016-08-16-this-week-in-rust.md +++ b/content/2016-08-16-this-week-in-rust.md @@ -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 for` {ε, `Ref`, `Unsafe`}`Cell`](https://github.com/rust-lang/rust/pull/35392)... * [`impl FromIterator<_> for Cow`](https://github.com/rust-lang/rust/pull/35064)