From feedd37653b32a97e2d10c12f2cf1b14c0058c19 Mon Sep 17 00:00:00 2001 From: Eduard Burtescu Date: Sat, 8 Mar 2014 18:33:39 +0200 Subject: Apply @nikomatsakis' nits and comments patch. --- src/libsyntax/ast.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/libsyntax') diff --git a/src/libsyntax/ast.rs b/src/libsyntax/ast.rs index b6b18f6671d..7fef6da5607 100644 --- a/src/libsyntax/ast.rs +++ b/src/libsyntax/ast.rs @@ -354,7 +354,7 @@ pub enum Pat_ { PatVec(Vec<@Pat> , Option<@Pat>, Vec<@Pat> ) } -#[deriving(Clone, Eq, Encodable, Decodable, Hash)] +#[deriving(Clone, Eq, Encodable, Decodable, Hash, Show)] pub enum Mutability { MutMutable, MutImmutable, -- cgit 1.4.1-3-g733a5