]> git.lizzy.rs Git - rust.git/commitdiff
Auto merge of #21834 - genbattle:doc-range-notation, r=steveklabnik
authorbors <bors@rust-lang.org>
Sat, 14 Feb 2015 03:10:40 +0000 (03:10 +0000)
committerbors <bors@rust-lang.org>
Sat, 14 Feb 2015 03:10:40 +0000 (03:10 +0000)
Replaced outdated use of the `range(start, end)` function where appropriate with `start..end`, and tweaked the examples to compile and run with the latest rust. I also fixed two periphery compile issues in reference.md which were occluding whether there were any new errors created by these changes.


Trivial merge