mirror of
https://github.com/rust-lang/rust.git
synced 2025-02-24 12:54:00 +00:00
Update test snapshots
This commit is contained in:
parent
0e49abb7fb
commit
751b454442
@ -1,23 +1,23 @@
|
|||||||
---
|
---
|
||||||
created: "2019-02-18T09:22:24.188564584Z"
|
created: "2019-04-04T14:52:24.531844100Z"
|
||||||
creator: insta@0.6.2
|
creator: insta@0.7.4
|
||||||
source: crates/ra_ide_api/src/completion/completion_item.rs
|
source: crates/ra_ide_api/src/completion/completion_item.rs
|
||||||
expression: kind_completions
|
expression: kind_completions
|
||||||
---
|
---
|
||||||
[
|
[
|
||||||
CompletionItem {
|
CompletionItem {
|
||||||
label: "bar",
|
label: "bar",
|
||||||
source_range: [129; 129),
|
source_range: [126; 126),
|
||||||
delete: [129; 129),
|
delete: [126; 126),
|
||||||
insert: "bar",
|
insert: "bar",
|
||||||
kind: Binding
|
kind: Binding
|
||||||
},
|
},
|
||||||
CompletionItem {
|
CompletionItem {
|
||||||
label: "foo",
|
label: "foo",
|
||||||
source_range: [129; 129),
|
source_range: [126; 126),
|
||||||
delete: [129; 129),
|
delete: [126; 126),
|
||||||
insert: "foo()$0",
|
insert: "foo()$0",
|
||||||
kind: Function,
|
kind: Function,
|
||||||
detail: "fn foo() ->"
|
detail: "fn foo()"
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
---
|
---
|
||||||
created: "2019-02-18T09:22:24.182964414Z"
|
created: "2019-04-04T14:52:24.525395600Z"
|
||||||
creator: insta@0.6.2
|
creator: insta@0.7.4
|
||||||
source: crates/ra_ide_api/src/completion/completion_item.rs
|
source: crates/ra_ide_api/src/completion/completion_item.rs
|
||||||
expression: kind_completions
|
expression: kind_completions
|
||||||
---
|
---
|
||||||
@ -18,6 +18,6 @@ expression: kind_completions
|
|||||||
delete: [47; 47),
|
delete: [47; 47),
|
||||||
insert: "x()$0",
|
insert: "x()$0",
|
||||||
kind: Function,
|
kind: Function,
|
||||||
detail: "fn x() ->"
|
detail: "fn x()"
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
|
Loading…
Reference in New Issue
Block a user