Apply @nikomatsakis' nits and comments patch.

This commit is contained in:
Eduard Burtescu
2014-03-08 18:33:39 +02:00
parent 26398b4f6d
commit feedd37653
8 changed files with 155 additions and 89 deletions

View File

@@ -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,