]> git.lizzy.rs Git - rust.git/commitdiff
Auto merge of #34180 - durka:patch-24, r=brson
authorbors <bors@rust-lang.org>
Wed, 15 Jun 2016 11:48:29 +0000 (04:48 -0700)
committerGitHub <noreply@github.com>
Wed, 15 Jun 2016 11:48:29 +0000 (04:48 -0700)
derive Hash (and not Copy) for ranges

Fixes #34170.

Also, `RangeInclusive` was `Copy` by mistake -- fix that, which is a [breaking-change] to that unstable type.


Trivial merge