1
Fork 0

auto merge of #10750 : Blei/rust/no-at-struct-field, r=alexcrichton

This commit is contained in:
bors 2013-12-01 05:42:06 -08:00
commit df41115213
13 changed files with 31 additions and 31 deletions

View file

@ -80,7 +80,7 @@ pub struct Struct {
name: Ident,
generics: ast::Generics,
attrs: ~[ast::Attribute],
fields: ~[@ast::struct_field],
fields: ~[ast::struct_field],
where: Span,
}