mirror of
https://github.com/rust-lang/rust.git
synced 2025-05-14 02:49:40 +00:00
remove snapshot files
This commit is contained in:
parent
532aaba234
commit
c596cd133c
@ -1,15 +0,0 @@
|
||||
---
|
||||
created: "2019-05-23T22:23:35.108690807Z"
|
||||
creator: insta@0.8.1
|
||||
source: crates/ra_ide_api/src/completion/completion_item.rs
|
||||
expression: kind_completions
|
||||
---
|
||||
[
|
||||
CompletionItem {
|
||||
label: "bar",
|
||||
source_range: [9; 9),
|
||||
delete: [9; 9),
|
||||
insert: "bar",
|
||||
kind: Module,
|
||||
},
|
||||
]
|
@ -1,15 +0,0 @@
|
||||
---
|
||||
created: "2019-05-23T22:23:35.085633034Z"
|
||||
creator: insta@0.8.1
|
||||
source: crates/ra_ide_api/src/completion/completion_item.rs
|
||||
expression: kind_completions
|
||||
---
|
||||
[
|
||||
CompletionItem {
|
||||
label: "Spam",
|
||||
source_range: [23; 25),
|
||||
delete: [23; 25),
|
||||
insert: "Spam",
|
||||
kind: Struct,
|
||||
},
|
||||
]
|
@ -1,19 +0,0 @@
|
||||
---
|
||||
created: "2019-06-29T10:30:34.110468474Z"
|
||||
creator: insta@0.8.1
|
||||
source: crates/ra_ide_api/src/completion/completion_item.rs
|
||||
expression: kind_completions
|
||||
---
|
||||
[
|
||||
CompletionItem {
|
||||
label: "m",
|
||||
source_range: [100; 100),
|
||||
delete: [100; 100),
|
||||
insert: "m()$0",
|
||||
kind: Function,
|
||||
detail: "fn m()",
|
||||
documentation: Documentation(
|
||||
"An associated method",
|
||||
),
|
||||
},
|
||||
]
|
@ -1,30 +0,0 @@
|
||||
---
|
||||
created: "2019-05-23T22:23:35.090178265Z"
|
||||
creator: insta@0.8.1
|
||||
source: crates/ra_ide_api/src/completion/completion_item.rs
|
||||
expression: kind_completions
|
||||
---
|
||||
[
|
||||
CompletionItem {
|
||||
label: "Bar",
|
||||
source_range: [116; 116),
|
||||
delete: [116; 116),
|
||||
insert: "Bar",
|
||||
kind: EnumVariant,
|
||||
detail: "(i32)",
|
||||
documentation: Documentation(
|
||||
"Bar Variant with i32",
|
||||
),
|
||||
},
|
||||
CompletionItem {
|
||||
label: "Foo",
|
||||
source_range: [116; 116),
|
||||
delete: [116; 116),
|
||||
insert: "Foo",
|
||||
kind: EnumVariant,
|
||||
detail: "()",
|
||||
documentation: Documentation(
|
||||
"Foo Variant",
|
||||
),
|
||||
},
|
||||
]
|
@ -1,41 +0,0 @@
|
||||
---
|
||||
created: "2019-05-23T22:23:35.091325331Z"
|
||||
creator: insta@0.8.1
|
||||
source: crates/ra_ide_api/src/completion/completion_item.rs
|
||||
expression: kind_completions
|
||||
---
|
||||
[
|
||||
CompletionItem {
|
||||
label: "Bar",
|
||||
source_range: [180; 180),
|
||||
delete: [180; 180),
|
||||
insert: "Bar",
|
||||
kind: EnumVariant,
|
||||
detail: "(i32, u32)",
|
||||
documentation: Documentation(
|
||||
"Bar Variant with i32 and u32",
|
||||
),
|
||||
},
|
||||
CompletionItem {
|
||||
label: "Foo",
|
||||
source_range: [180; 180),
|
||||
delete: [180; 180),
|
||||
insert: "Foo",
|
||||
kind: EnumVariant,
|
||||
detail: "()",
|
||||
documentation: Documentation(
|
||||
"Foo Variant (empty)",
|
||||
),
|
||||
},
|
||||
CompletionItem {
|
||||
label: "S",
|
||||
source_range: [180; 180),
|
||||
delete: [180; 180),
|
||||
insert: "S",
|
||||
kind: EnumVariant,
|
||||
detail: "(S)",
|
||||
documentation: Documentation(
|
||||
"",
|
||||
),
|
||||
},
|
||||
]
|
@ -1,18 +0,0 @@
|
||||
---
|
||||
created: "2019-05-23T22:23:35.093689514Z"
|
||||
creator: insta@0.8.1
|
||||
source: crates/ra_ide_api/src/completion/completion_item.rs
|
||||
expression: kind_completions
|
||||
---
|
||||
[
|
||||
CompletionItem {
|
||||
label: "my",
|
||||
source_range: [23; 25),
|
||||
delete: [23; 25),
|
||||
insert: "my",
|
||||
kind: Module,
|
||||
documentation: Documentation(
|
||||
"Some simple\ndocs describing `mod my`.",
|
||||
),
|
||||
},
|
||||
]
|
@ -1,22 +0,0 @@
|
||||
---
|
||||
created: "2019-05-23T22:23:35.099358768Z"
|
||||
creator: insta@0.8.1
|
||||
source: crates/ra_ide_api/src/completion/completion_item.rs
|
||||
expression: kind_completions
|
||||
---
|
||||
[
|
||||
CompletionItem {
|
||||
label: "Spam",
|
||||
source_range: [12; 14),
|
||||
delete: [12; 14),
|
||||
insert: "Spam",
|
||||
kind: Struct,
|
||||
},
|
||||
CompletionItem {
|
||||
label: "foo",
|
||||
source_range: [12; 14),
|
||||
delete: [12; 14),
|
||||
insert: "foo",
|
||||
kind: Module,
|
||||
},
|
||||
]
|
@ -1,19 +0,0 @@
|
||||
---
|
||||
created: "2019-05-23T22:23:35.101474826Z"
|
||||
creator: insta@0.8.1
|
||||
source: crates/ra_ide_api/src/completion/completion_item.rs
|
||||
expression: kind_completions
|
||||
---
|
||||
[
|
||||
CompletionItem {
|
||||
label: "C",
|
||||
source_range: [107; 107),
|
||||
delete: [107; 107),
|
||||
insert: "C",
|
||||
kind: Const,
|
||||
detail: "const C: i32 = 42;",
|
||||
documentation: Documentation(
|
||||
"An associated const",
|
||||
),
|
||||
},
|
||||
]
|
@ -1,19 +0,0 @@
|
||||
---
|
||||
created: "2019-05-23T22:23:35.102351365Z"
|
||||
creator: insta@0.8.1
|
||||
source: crates/ra_ide_api/src/completion/completion_item.rs
|
||||
expression: kind_completions
|
||||
---
|
||||
[
|
||||
CompletionItem {
|
||||
label: "m",
|
||||
source_range: [100; 100),
|
||||
delete: [100; 100),
|
||||
insert: "m()$0",
|
||||
kind: Function,
|
||||
detail: "fn m()",
|
||||
documentation: Documentation(
|
||||
"An associated method",
|
||||
),
|
||||
},
|
||||
]
|
@ -1,19 +0,0 @@
|
||||
---
|
||||
created: "2019-05-23T22:23:35.105188762Z"
|
||||
creator: insta@0.8.1
|
||||
source: crates/ra_ide_api/src/completion/completion_item.rs
|
||||
expression: kind_completions
|
||||
---
|
||||
[
|
||||
CompletionItem {
|
||||
label: "T",
|
||||
source_range: [101; 101),
|
||||
delete: [101; 101),
|
||||
insert: "T",
|
||||
kind: TypeAlias,
|
||||
detail: "type T = i32;",
|
||||
documentation: Documentation(
|
||||
"An associated type",
|
||||
),
|
||||
},
|
||||
]
|
@ -1,19 +0,0 @@
|
||||
---
|
||||
created: "2019-06-29T10:37:44.968500164Z"
|
||||
creator: insta@0.8.1
|
||||
source: crates/ra_ide_api/src/completion/completion_item.rs
|
||||
expression: kind_completions
|
||||
---
|
||||
[
|
||||
CompletionItem {
|
||||
label: "m",
|
||||
source_range: [101; 101),
|
||||
delete: [101; 101),
|
||||
insert: "m()$0",
|
||||
kind: Function,
|
||||
detail: "fn m()",
|
||||
documentation: Documentation(
|
||||
"An associated method",
|
||||
),
|
||||
},
|
||||
]
|
@ -1,22 +0,0 @@
|
||||
---
|
||||
created: "2019-05-23T22:23:35.105336210Z"
|
||||
creator: insta@0.8.1
|
||||
source: crates/ra_ide_api/src/completion/completion_item.rs
|
||||
expression: kind_completions
|
||||
---
|
||||
[
|
||||
CompletionItem {
|
||||
label: "Spam",
|
||||
source_range: [11; 13),
|
||||
delete: [11; 13),
|
||||
insert: "Spam",
|
||||
kind: Struct,
|
||||
},
|
||||
CompletionItem {
|
||||
label: "foo",
|
||||
source_range: [11; 13),
|
||||
delete: [11; 13),
|
||||
insert: "foo",
|
||||
kind: Module,
|
||||
},
|
||||
]
|
@ -1,15 +0,0 @@
|
||||
---
|
||||
created: "2019-05-23T22:23:35.106923266Z"
|
||||
creator: insta@0.8.1
|
||||
source: crates/ra_ide_api/src/completion/completion_item.rs
|
||||
expression: kind_completions
|
||||
---
|
||||
[
|
||||
CompletionItem {
|
||||
label: "Bar",
|
||||
source_range: [26; 26),
|
||||
delete: [26; 26),
|
||||
insert: "Bar",
|
||||
kind: Struct,
|
||||
},
|
||||
]
|
Loading…
Reference in New Issue
Block a user