diff options
Diffstat (limited to 'crates/ra_syntax/src/ast/generated')
-rw-r--r-- | crates/ra_syntax/src/ast/generated/nodes.rs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/crates/ra_syntax/src/ast/generated/nodes.rs b/crates/ra_syntax/src/ast/generated/nodes.rs index 05b197772..a25646c6b 100644 --- a/crates/ra_syntax/src/ast/generated/nodes.rs +++ b/crates/ra_syntax/src/ast/generated/nodes.rs | |||
@@ -844,6 +844,7 @@ pub struct LambdaExpr { | |||
844 | } | 844 | } |
845 | impl ast::AttrsOwner for LambdaExpr {} | 845 | impl ast::AttrsOwner for LambdaExpr {} |
846 | impl LambdaExpr { | 846 | impl LambdaExpr { |
847 | pub fn static_token(&self) -> Option<SyntaxToken> { support::token(&self.syntax, T![static]) } | ||
847 | pub fn async_token(&self) -> Option<SyntaxToken> { support::token(&self.syntax, T![async]) } | 848 | pub fn async_token(&self) -> Option<SyntaxToken> { support::token(&self.syntax, T![async]) } |
848 | pub fn move_token(&self) -> Option<SyntaxToken> { support::token(&self.syntax, T![move]) } | 849 | pub fn move_token(&self) -> Option<SyntaxToken> { support::token(&self.syntax, T![move]) } |
849 | pub fn param_list(&self) -> Option<ParamList> { support::child(&self.syntax) } | 850 | pub fn param_list(&self) -> Option<ParamList> { support::child(&self.syntax) } |