]> git.lizzy.rs Git - rust.git/commitdiff
rollup merge of #20250: ipetkov/deriving
authorAlex Crichton <alex@alexcrichton.com>
Tue, 30 Dec 2014 00:36:22 +0000 (16:36 -0800)
committerAlex Crichton <alex@alexcrichton.com>
Tue, 30 Dec 2014 00:36:22 +0000 (16:36 -0800)
* Both enums already derived `Copy`, but storing them in any
  struct/container would prevent implementing `Clone` for said
  struct/container even though they should be clonable.
* Also add PartialEq and Eq for good measure.

1  2 
src/libstd/io/mod.rs

Simple merge