diff options
author | Paul Daniel Faria <[email protected]> | 2020-05-24 18:18:31 +0100 |
---|---|---|
committer | Paul Daniel Faria <[email protected]> | 2020-06-27 15:09:42 +0100 |
commit | 499d4c454d1a66d10c3cf4c9bacbdb15f295af39 (patch) | |
tree | 867d1823b0533d2f198254c660cc03327651b57c /crates/ra_syntax/src/ast/generated | |
parent | b358fbfdf82409700a8a328794429ec790306fc2 (diff) |
Remove UnnecessaryUnsafe diagnostic, Fix Expr::Call unsafe analysis
Diffstat (limited to 'crates/ra_syntax/src/ast/generated')
-rw-r--r-- | crates/ra_syntax/src/ast/generated/nodes.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/crates/ra_syntax/src/ast/generated/nodes.rs b/crates/ra_syntax/src/ast/generated/nodes.rs index 58141da11..a2366f997 100644 --- a/crates/ra_syntax/src/ast/generated/nodes.rs +++ b/crates/ra_syntax/src/ast/generated/nodes.rs | |||
@@ -899,7 +899,7 @@ impl ast::LoopBodyOwner for LoopExpr {} | |||
899 | impl LoopExpr { | 899 | impl LoopExpr { |
900 | pub fn loop_token(&self) -> Option<SyntaxToken> { support::token(&self.syntax, T![loop]) } | 900 | pub fn loop_token(&self) -> Option<SyntaxToken> { support::token(&self.syntax, T![loop]) } |
901 | } | 901 | } |
902 | /// Block expression with an optional prefix (label, try ketword, | 902 | /// Block expression with an optional prefix (label, try keyword, |
903 | /// unsafe keyword, async keyword...). | 903 | /// unsafe keyword, async keyword...). |
904 | /// | 904 | /// |
905 | /// ``` | 905 | /// ``` |