aboutsummaryrefslogtreecommitdiff
path: root/crates/ra_syntax/src/ast/generated
diff options
context:
space:
mode:
authorAleksey Kladov <[email protected]>2020-04-10 16:47:49 +0100
committerAleksey Kladov <[email protected]>2020-04-10 16:47:49 +0100
commitc476742f47dd905fa366e62f480e3f656c62e66c (patch)
tree2267fb0aa4f15d900d7ce8c6bcc4ef976aac8084 /crates/ra_syntax/src/ast/generated
parent5c5bde47fb759440d007c90fd83021de538120b8 (diff)
Simplify
Diffstat (limited to 'crates/ra_syntax/src/ast/generated')
-rw-r--r--crates/ra_syntax/src/ast/generated/nodes.rs1
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 0df7cfe52..f1098755b 100644
--- a/crates/ra_syntax/src/ast/generated/nodes.rs
+++ b/crates/ra_syntax/src/ast/generated/nodes.rs
@@ -2307,6 +2307,7 @@ impl ast::TypeAscriptionOwner for SelfParam {}
2307impl ast::AttrsOwner for SelfParam {} 2307impl ast::AttrsOwner for SelfParam {}
2308impl SelfParam { 2308impl SelfParam {
2309 pub fn amp_token(&self) -> Option<SyntaxToken> { support::token(&self.syntax, T![&]) } 2309 pub fn amp_token(&self) -> Option<SyntaxToken> { support::token(&self.syntax, T![&]) }
2310 pub fn mut_token(&self) -> Option<SyntaxToken> { support::token(&self.syntax, T![mut]) }
2310 pub fn lifetime_token(&self) -> Option<SyntaxToken> { 2311 pub fn lifetime_token(&self) -> Option<SyntaxToken> {
2311 support::token(&self.syntax, T![lifetime]) 2312 support::token(&self.syntax, T![lifetime])
2312 } 2313 }