]> git.lizzy.rs Git - rust.git/commit
auto merge of #18230 : cakebaker/rust/adapt_range_value_to_variable_name, r=steveklabnik
authorbors <bors@rust-lang.org>
Wed, 22 Oct 2014 14:32:11 +0000 (14:32 +0000)
committerbors <bors@rust-lang.org>
Wed, 22 Oct 2014 14:32:11 +0000 (14:32 +0000)
commit1d647564b1e575b3ca1e56aee33e3376a8e43772
treeecc6a886a3a51edf9fe9feb17e90072d731c15f1
parentd44ea720fa9dfe062ef06d0eb49a58d4e7e92344
parent88cf0b92dd99956fb9ca626f2a7480666bce8fa8
auto merge of #18230 : cakebaker/rust/adapt_range_value_to_variable_name, r=steveklabnik

 The variable name <code>one_to_one_hundred</code> implies that it will contain a collection with the values from 1 to 100, but the collection contains the values from 0 to 99. This patch changes the ranges to produce a collection with the values from 1 to 100.