diff options
Diffstat (limited to 'crates/rust-analyzer/test_data/rustc_unused_variable_as_info.txt')
-rw-r--r-- | crates/rust-analyzer/test_data/rustc_unused_variable_as_info.txt | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/crates/rust-analyzer/test_data/rustc_unused_variable_as_info.txt b/crates/rust-analyzer/test_data/rustc_unused_variable_as_info.txt index afe3cb6d8..6b48f16ed 100644 --- a/crates/rust-analyzer/test_data/rustc_unused_variable_as_info.txt +++ b/crates/rust-analyzer/test_data/rustc_unused_variable_as_info.txt | |||
@@ -37,7 +37,9 @@ | |||
37 | id: None, | 37 | id: None, |
38 | group: None, | 38 | group: None, |
39 | kind: Some( | 39 | kind: Some( |
40 | "quickfix", | 40 | CodeActionKind( |
41 | "quickfix", | ||
42 | ), | ||
41 | ), | 43 | ), |
42 | edit: Some( | 44 | edit: Some( |
43 | SnippetWorkspaceEdit { | 45 | SnippetWorkspaceEdit { |