Register new snapshots

This commit is contained in:
Alex Crichton 2014-12-09 14:08:10 -08:00
parent b25e100173
commit 52edb2ecc9
34 changed files with 8002 additions and 7220 deletions

View file

@ -562,7 +562,6 @@ pub enum BinOp {
BiGt,
}
#[cfg(not(stage0))]
impl Copy for BinOp {}
#[deriving(Clone, PartialEq, Eq, Encodable, Decodable, Hash, Show)]