mirror of
https://github.com/rust-lang/rust-analyzer.git
synced 2025-09-30 05:45:12 +00:00
Update tests
This commit is contained in:
parent
007812dcae
commit
8c81465d5b
4 changed files with 12 additions and 4 deletions
|
@ -37,8 +37,10 @@
|
||||||
id: None,
|
id: None,
|
||||||
group: None,
|
group: None,
|
||||||
kind: Some(
|
kind: Some(
|
||||||
|
CodeActionKind(
|
||||||
"quickfix",
|
"quickfix",
|
||||||
),
|
),
|
||||||
|
),
|
||||||
edit: Some(
|
edit: Some(
|
||||||
SnippetWorkspaceEdit {
|
SnippetWorkspaceEdit {
|
||||||
changes: Some(
|
changes: Some(
|
||||||
|
|
|
@ -37,8 +37,10 @@
|
||||||
id: None,
|
id: None,
|
||||||
group: None,
|
group: None,
|
||||||
kind: Some(
|
kind: Some(
|
||||||
|
CodeActionKind(
|
||||||
"quickfix",
|
"quickfix",
|
||||||
),
|
),
|
||||||
|
),
|
||||||
edit: Some(
|
edit: Some(
|
||||||
SnippetWorkspaceEdit {
|
SnippetWorkspaceEdit {
|
||||||
changes: Some(
|
changes: Some(
|
||||||
|
|
|
@ -37,8 +37,10 @@
|
||||||
id: None,
|
id: None,
|
||||||
group: None,
|
group: None,
|
||||||
kind: Some(
|
kind: Some(
|
||||||
|
CodeActionKind(
|
||||||
"quickfix",
|
"quickfix",
|
||||||
),
|
),
|
||||||
|
),
|
||||||
edit: Some(
|
edit: Some(
|
||||||
SnippetWorkspaceEdit {
|
SnippetWorkspaceEdit {
|
||||||
changes: Some(
|
changes: Some(
|
||||||
|
|
|
@ -52,8 +52,10 @@
|
||||||
id: None,
|
id: None,
|
||||||
group: None,
|
group: None,
|
||||||
kind: Some(
|
kind: Some(
|
||||||
|
CodeActionKind(
|
||||||
"quickfix",
|
"quickfix",
|
||||||
),
|
),
|
||||||
|
),
|
||||||
edit: Some(
|
edit: Some(
|
||||||
SnippetWorkspaceEdit {
|
SnippetWorkspaceEdit {
|
||||||
changes: Some(
|
changes: Some(
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue