]> git.lizzy.rs Git - rust.git/commit
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)
commita94881563c18e4ffca2e24aed4bd8f5de583cc91
tree09ff7de58807e87a673d21ee2acbf5ca64d4c3e0
parentc5f3706c0d90541ea76b1dfa28ec473af97aacb0
parentdf924ca2a189598ed5f0bedcd452f8831d70060c
Auto merge of #34180 - durka:patch-24, r=brson

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.