]> git.lizzy.rs Git - rust.git/commit
Correct typos and remove unused references from RELEASES.md
authorBarosl Lee <vcs@barosl.com>
Thu, 25 Jun 2015 15:41:48 +0000 (00:41 +0900)
committerBarosl Lee <vcs@barosl.com>
Thu, 25 Jun 2015 20:17:10 +0000 (05:17 +0900)
commit74fbe3e088f1c6c2a1492505578e116ad554f508
treebb19fa9f83de36371a592856f55fa10a6ca5f047
parentb213c947f80582857681a8b8ed4033627997e7e5
Correct typos and remove unused references from RELEASES.md

I found some typos in the upcoming 1.1 release note. I corrected them,
but I wanted to go further. So I wrote a script that checks the
integrity of the Markdown references, and ran it against `RELEASES.md`.

This commit fixes some trivial cases, but also removes the following
"unused" references:

- [`Iterator::cloned`](http://doc.rust-lang.org/nightly/core/iter/trait.Iterator.html#method.cloned)
- [`thread::scoped`](http://static.rust-lang.org/doc/master/std/thread/fn.scoped.html)
- [`Debug` improvements](https://github.com/rust-lang/rfcs/blob/master/text/0640-debug-improvements.md)
- [Rebalancing coherence.](https://github.com/rust-lang/rfcs/pull/1023)

However, I think there's a possibility that these features might need to
get descriptions as well. How do you feel about it?
RELEASES.md