diff options
author | bors[bot] <26634292+bors[bot]@users.noreply.github.com> | 2020-08-27 18:06:33 +0100 |
---|---|---|
committer | GitHub <[email protected]> | 2020-08-27 18:06:33 +0100 |
commit | c9c0050fff45ebee56e5be8ae0add849fddfc85a (patch) | |
tree | b898e6f9cf8c89d9f48afaa051fe2735f867240c /crates | |
parent | dddc4c6370ab8e7684352302a5ff282673c6e8ec (diff) | |
parent | 07da02fc370b08f5818919045b9ab24ef1cae5cf (diff) |
Merge #5900
5900: :arrow_up: crates
r=matklad a=matklad
bors r+
🤖
Co-authored-by: Aleksey Kladov <[email protected]>
Diffstat (limited to 'crates')
-rw-r--r-- | crates/syntax/src/ast/generated/nodes.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/crates/syntax/src/ast/generated/nodes.rs b/crates/syntax/src/ast/generated/nodes.rs index d6af5755c..30d11b146 100644 --- a/crates/syntax/src/ast/generated/nodes.rs +++ b/crates/syntax/src/ast/generated/nodes.rs | |||
@@ -246,8 +246,8 @@ impl ast::VisibilityOwner for Fn {} | |||
246 | impl ast::GenericParamsOwner for Fn {} | 246 | impl ast::GenericParamsOwner for Fn {} |
247 | impl Fn { | 247 | impl Fn { |
248 | pub fn default_token(&self) -> Option<SyntaxToken> { support::token(&self.syntax, T![default]) } | 248 | pub fn default_token(&self) -> Option<SyntaxToken> { support::token(&self.syntax, T![default]) } |
249 | pub fn async_token(&self) -> Option<SyntaxToken> { support::token(&self.syntax, T![async]) } | ||
250 | pub fn const_token(&self) -> Option<SyntaxToken> { support::token(&self.syntax, T![const]) } | 249 | pub fn const_token(&self) -> Option<SyntaxToken> { support::token(&self.syntax, T![const]) } |
250 | pub fn async_token(&self) -> Option<SyntaxToken> { support::token(&self.syntax, T![async]) } | ||
251 | pub fn unsafe_token(&self) -> Option<SyntaxToken> { support::token(&self.syntax, T![unsafe]) } | 251 | pub fn unsafe_token(&self) -> Option<SyntaxToken> { support::token(&self.syntax, T![unsafe]) } |
252 | pub fn abi(&self) -> Option<Abi> { support::child(&self.syntax) } | 252 | pub fn abi(&self) -> Option<Abi> { support::child(&self.syntax) } |
253 | pub fn fn_token(&self) -> Option<SyntaxToken> { support::token(&self.syntax, T![fn]) } | 253 | pub fn fn_token(&self) -> Option<SyntaxToken> { support::token(&self.syntax, T![fn]) } |