Apply @nikomatsakis' nits and comments patch.
This commit is contained in:
parent
26398b4f6d
commit
feedd37653
8 changed files with 155 additions and 89 deletions
|
|
@ -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,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue