]> git.lizzy.rs Git - rust.git/commit
Fix intro concurrency examples compilation warns
authorAndrew Barchuk <raindev@icloud.com>
Tue, 13 Jan 2015 21:22:32 +0000 (23:22 +0200)
committerSteve Klabnik <steve@steveklabnik.com>
Sat, 17 Jan 2015 15:49:49 +0000 (10:49 -0500)
commit9ed27df180be7b006bbbd364812767280087b123
treec4bdb0f2583ca802499e7b58ba6aeca4910df76a
parent873ae555e9a42fd12b0a92134112ec000d749ab2
Fix intro concurrency examples compilation warns

* Use range notation instead of deprecated `range()`

* Remove deprecated `u` integer suffixes used in ranges

* Replace deprecated `i` integer suffixes with `is` for vector numbers

`Thread::spawn()` still gives "use of unstable item" warning which I
hadn't found a way to fix.
src/doc/intro.md