diff options
author | bors[bot] <26634292+bors[bot]@users.noreply.github.com> | 2020-07-30 16:29:05 +0100 |
---|---|---|
committer | GitHub <[email protected]> | 2020-07-30 16:29:05 +0100 |
commit | 2496628c56415f4456803e4487f90bad96337d57 (patch) | |
tree | 869f53eae0bf8b27c43ab7b8722a061d680b7d86 /crates | |
parent | 61d9d6caf89dd59af5435adecb5c76fe0bba42a1 (diff) | |
parent | 8ddbf06e39a13ed3f45e57d77727b7a35cec1749 (diff) |
Merge #5600
5600: Finalize structs grammar r=matklad a=matklad
bors r+
🤖
Co-authored-by: Aleksey Kladov <[email protected]>
Diffstat (limited to 'crates')
-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) } |