diff options
Diffstat (limited to 'crates/ra_syntax/src/ast')
-rw-r--r-- | crates/ra_syntax/src/ast/generated.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/crates/ra_syntax/src/ast/generated.rs b/crates/ra_syntax/src/ast/generated.rs index 7f91417c5..fd85a3231 100644 --- a/crates/ra_syntax/src/ast/generated.rs +++ b/crates/ra_syntax/src/ast/generated.rs | |||
@@ -1003,7 +1003,7 @@ impl FnDef { | |||
1003 | pub fn param_list(&self) -> Option<ParamList> { | 1003 | pub fn param_list(&self) -> Option<ParamList> { |
1004 | AstChildren::new(&self.syntax).next() | 1004 | AstChildren::new(&self.syntax).next() |
1005 | } | 1005 | } |
1006 | pub fn body(&self) -> Option<Block> { | 1006 | pub fn body(&self) -> Option<BlockExpr> { |
1007 | AstChildren::new(&self.syntax).next() | 1007 | AstChildren::new(&self.syntax).next() |
1008 | } | 1008 | } |
1009 | pub fn ret_type(&self) -> Option<RetType> { | 1009 | pub fn ret_type(&self) -> Option<RetType> { |