diff options
Diffstat (limited to 'crates/ra_syntax/src')
-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) } |