]> git.lizzy.rs Git - rust.git/commit
Auto merge of #49724 - kennytm:range-inc-start-end-methods, r=Kimundi
authorbors <bors@rust-lang.org>
Tue, 1 May 2018 10:10:46 +0000 (10:10 +0000)
committerbors <bors@rust-lang.org>
Tue, 1 May 2018 10:10:46 +0000 (10:10 +0000)
commita4a79472598e24a60301fb99f27dc688cc365d5a
treefe68f488a9b19bccc2845870fe40286543c6aaa0
parent0eb68b797b2d2d2ae20093b824f69fe817c96ed1
parentf70b2ebd08f47c504681ca5f62c3ccdacdd69763
Auto merge of #49724 - kennytm:range-inc-start-end-methods, r=Kimundi

Introduce RangeInclusive::{new, start, end} methods and make the fields private.

cc #49022
src/liballoc/lib.rs
src/libcore/lib.rs