Fallout in libsyntax

This commit is contained in:
Niko Matsakis 2015-03-30 09:38:59 -04:00
parent d9530c01a7
commit 49b76a087b
16 changed files with 27 additions and 27 deletions

View file

@ -291,7 +291,7 @@ pub fn empty_generics() -> Generics {
// ______________________________________________________________________
// Enumerating the IDs which appear in an AST
#[derive(RustcEncodable, RustcDecodable, Debug, Copy)]
#[derive(Copy, Clone, RustcEncodable, RustcDecodable, Debug)]
pub struct IdRange {
pub min: NodeId,
pub max: NodeId,