]> git.lizzy.rs Git - rust.git/commitdiff
Rollup merge of #50574 - s3bk:range_inclusive_into_inner, r=SimonSapin
authorAlex Crichton <alex@alexcrichton.com>
Thu, 10 May 2018 16:35:31 +0000 (11:35 -0500)
committerGitHub <noreply@github.com>
Thu, 10 May 2018 16:35:31 +0000 (11:35 -0500)
add fn `into_inner(self) -> (Idx, Idx)` to RangeInclusive (#49022)

adds `into_inner(self) -> (Idx, Idx)` to RangeInclusive
https://github.com/rust-lang/rust/issues/49022#issuecomment-387645176


Trivial merge