]> git.lizzy.rs Git - rust.git/commit
Updated documentation to use range notation syntax.
authorNick Sarten <gen.battle@gmail.com>
Sun, 1 Feb 2015 05:37:01 +0000 (18:37 +1300)
committerNick Sarten <gen.battle@gmail.com>
Thu, 12 Feb 2015 05:51:31 +0000 (18:51 +1300)
commit5fa92225723a75f9bccef24d0716621ceb613d0f
treedc571722638087ac56caf5a63493b83c83d432d5
parent3ef8ff1f81107b42840a695725e1a0869c163355
Updated documentation to use range notation syntax.

Replaced outdated use of the `range(start, end)` function where
approriate 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, so I fixed them.
src/doc/reference.md
src/doc/trpl/iterators.md
src/doc/trpl/ownership.md
src/doc/trpl/testing.md