]> git.lizzy.rs Git - rust.git/commit
Auto merge of #26568 - barosl:rel-notes-refs, r=alexcrichton
authorbors <bors@rust-lang.org>
Fri, 26 Jun 2015 20:09:13 +0000 (20:09 +0000)
committerbors <bors@rust-lang.org>
Fri, 26 Jun 2015 20:09:13 +0000 (20:09 +0000)
commit103238466178acdfb7f2eebe85408971cb985648
tree879b247b0c3674234c84b3fed2dff2d09f7244b2
parent2cb8a31e7cea1ee499630c9c6744dedd0c0b371f
parent74fbe3e088f1c6c2a1492505578e116ad554f508
Auto merge of #26568 - barosl:rel-notes-refs, r=alexcrichton

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