diff options
author | Aleksey Kladov <[email protected]> | 2020-07-30 16:24:07 +0100 |
---|---|---|
committer | Aleksey Kladov <[email protected]> | 2020-07-30 16:24:07 +0100 |
commit | 8ddbf06e39a13ed3f45e57d77727b7a35cec1749 (patch) | |
tree | 869f53eae0bf8b27c43ab7b8722a061d680b7d86 /crates/ra_syntax/src/ast | |
parent | b043947301e9c386c9131d7008ee90a315f48545 (diff) |
Finalize structs grammar
Diffstat (limited to 'crates/ra_syntax/src/ast')
-rw-r--r-- | crates/ra_syntax/src/ast/generated/nodes.rs | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/crates/ra_syntax/src/ast/generated/nodes.rs b/crates/ra_syntax/src/ast/generated/nodes.rs index 46d73215c..1776fb6e6 100644 --- a/crates/ra_syntax/src/ast/generated/nodes.rs +++ b/crates/ra_syntax/src/ast/generated/nodes.rs | |||
@@ -422,7 +422,6 @@ pub struct TupleField { | |||
422 | pub(crate) syntax: SyntaxNode, | 422 | pub(crate) syntax: SyntaxNode, |
423 | } | 423 | } |
424 | impl ast::AttrsOwner for TupleField {} | 424 | impl ast::AttrsOwner for TupleField {} |
425 | impl ast::NameOwner for TupleField {} | ||
426 | impl ast::VisibilityOwner for TupleField {} | 425 | impl ast::VisibilityOwner for TupleField {} |
427 | impl TupleField { | 426 | impl TupleField { |
428 | pub fn type_ref(&self) -> Option<TypeRef> { support::child(&self.syntax) } | 427 | pub fn type_ref(&self) -> Option<TypeRef> { support::child(&self.syntax) } |