diff options
| author | Brian Anderson <banderson@mozilla.com> | 2015-01-06 18:18:56 -0800 |
|---|---|---|
| committer | Brian Anderson <banderson@mozilla.com> | 2015-01-06 18:18:56 -0800 |
| commit | 1b59406aec39a7cfc70cf9ef63d1718126631a1c (patch) | |
| tree | d9cc61ff584d17df5120a21dff17fc8431e982be /RELEASES.md | |
| parent | 01fabcbe47ba7d27ae8c5278807b2278f5f0676a (diff) | |
| download | rust-1b59406aec39a7cfc70cf9ef63d1718126631a1c.tar.gz rust-1b59406aec39a7cfc70cf9ef63d1718126631a1c.zip | |
Use a better reference for unboxed closures
Diffstat (limited to 'RELEASES.md')
| -rw-r--r-- | RELEASES.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/RELEASES.md b/RELEASES.md index 6c81a3f211e..588313131e5 100644 --- a/RELEASES.md +++ b/RELEASES.md @@ -144,7 +144,7 @@ Version 1.0.0-alpha (January 2015) * Work has begun on supporting AArch64. [Cargo]: https://crates.io -[unboxed]: https://github.com/rust-lang/rfcs/blob/master/text/0114-closures.md +[unboxed]: http://smallcultfollowing.com/babysteps/blog/2014/11/26/purging-proc/ [enum]: https://github.com/rust-lang/rfcs/blob/master/text/0390-enum-namespacing.md [flex]: https://github.com/rust-lang/rfcs/blob/master/text/0131-target-specification.md [err]: https://github.com/rust-lang/rfcs/blob/master/text/0201-error-chaining.md |
