Skip to content

Commit 5d6bd9d

Browse files
committed
Fix link to a Rust PR. Closes #319
1 parent b5f3c61 commit 5d6bd9d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

content/2016-09-27-this-week-in-rust.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@ If you are a Rust project owner and are looking for contributors, please submit
9494
* [MIR: Trivial copy propagation](https://github.com/rust-lang/rust/pull/36388)
9595
* [MIR: Constant propagation](https://github.com/rust-lang/rust/pull/36639)
9696
* [Attribute invocation at crate root level allowed again](https://github.com/rust-lang/rust/pull/36618) (were inadvertently disallowed two weeks ago)
97-
* [`TypedArena` now allocates lazily](https://github.com/rust-lang/rust/pull/36618), [loses `.with_capacity(_)`](https://github.com/rust-lang/rust/pull/36657) (the latter is a breaking change)
97+
* [`TypedArena` now allocates lazily](https://github.com/rust-lang/rust/pull/36592), [loses `.with_capacity(_)`](https://github.com/rust-lang/rust/pull/36657) (the latter is a breaking change)
9898
* [`syntax::codemap::Span`s can now be merged if adjacent](https://github.com/rust-lang/rust/pull/36585)
9999
* [RBML is gone](https://github.com/rust-lang/rust/pull/36551) (epic PR)
100100
* [`#[inline]`d functions are now only instantiated on use site](https://github.com/rust-lang/rust/pull/36524) (epic speedup)

0 commit comments

Comments
 (0)