Update Test Data

This commit is contained in:
Christopher Serr 2021-02-01 17:36:51 +01:00
parent 2e8c1d13ad
commit b072bbed2a

View File

@ -266,6 +266,51 @@
tags: None,
data: None,
},
fixes: [],
fixes: [
CodeAction {
title: "consider passing by value instead",
group: None,
kind: Some(
CodeActionKind(
"quickfix",
),
),
edit: Some(
SnippetWorkspaceEdit {
changes: Some(
{
Url {
scheme: "file",
host: None,
port: None,
path: "/test/compiler/mir/tagset.rs",
query: None,
fragment: None,
}: [
TextEdit {
range: Range {
start: Position {
line: 41,
character: 23,
},
end: Position {
line: 41,
character: 28,
},
},
new_text: "self",
},
],
},
),
document_changes: None,
},
),
is_preferred: Some(
true,
),
data: None,
},
],
},
]