diff options
| author | Simonas Kazlauskas <git@kazlauskas.me> | 2015-09-16 20:01:15 +0300 |
|---|---|---|
| committer | Simonas Kazlauskas <git@kazlauskas.me> | 2015-09-17 10:02:59 +0300 |
| commit | f5a99ae7fb43fd44512e2f9294c2c186e776ed36 (patch) | |
| tree | ba1c3c3b65fc71fdcd6d6a1f4907eee35cd0cdc2 /src/libsyntax/parse | |
| parent | e3be84c6c81c63e11f62105a9befcc39b9a17081 (diff) | |
| download | rust-f5a99ae7fb43fd44512e2f9294c2c186e776ed36.tar.gz rust-f5a99ae7fb43fd44512e2f9294c2c186e776ed36.zip | |
Remove Visibility field from enum variants
Followup on #28440
Diffstat (limited to 'src/libsyntax/parse')
| -rw-r--r-- | src/libsyntax/parse/parser.rs | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/libsyntax/parse/parser.rs b/src/libsyntax/parse/parser.rs index 4c257140934..d4f7509e0c3 100644 --- a/src/libsyntax/parse/parser.rs +++ b/src/libsyntax/parse/parser.rs @@ -5245,7 +5245,6 @@ impl<'a> Parser<'a> { kind: kind, id: ast::DUMMY_NODE_ID, disr_expr: disr_expr, - vis: Inherited, }; variants.push(P(spanned(vlo, self.last_span.hi, vr))); |
