mirror of
https://github.com/rust-lang/rust-analyzer.git
synced 2025-09-27 04:19:13 +00:00
updated snapshots
This commit is contained in:
parent
e175921932
commit
b27fa33a9f
6 changed files with 44 additions and 77 deletions
|
@ -203,7 +203,7 @@ impl ast::ArrayExpr {
|
|||
if self.is_repeat() {
|
||||
ArrayExprKind::Repeat {
|
||||
initializer: children(self).nth(0),
|
||||
repeat: children(self).nth(2),
|
||||
repeat: children(self).nth(1),
|
||||
}
|
||||
} else {
|
||||
ArrayExprKind::ElementList(children(self))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue