libsyntax: Stop parsing mutable fields
This commit is contained in:
parent
481d4ca43f
commit
4e3d4b36dc
6 changed files with 6 additions and 15 deletions
|
|
@ -425,7 +425,6 @@ pub struct arm {
|
|||
|
||||
#[deriving(Eq, Encodable, Decodable)]
|
||||
pub struct field_ {
|
||||
mutbl: mutability,
|
||||
ident: ident,
|
||||
expr: @expr,
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue