Register new snapshots
This commit is contained in:
@@ -79,7 +79,6 @@ pub fn expand_meta_deriving(cx: &mut ExtCtxt,
|
||||
"Encodable" => expand!(encodable::expand_deriving_encodable),
|
||||
"Decodable" => expand!(decodable::expand_deriving_decodable),
|
||||
|
||||
// NOTE: after a stage0 snap this needs treatment
|
||||
"PartialEq" => expand!(eq::expand_deriving_eq),
|
||||
"Eq" => expand!(totaleq::expand_deriving_totaleq),
|
||||
"PartialOrd" => expand!(ord::expand_deriving_ord),
|
||||
|
||||
Reference in New Issue
Block a user