Make sure there are no commands in code actions

This commit is contained in:
Aleksey Kladov
2020-07-11 11:46:31 +02:00
parent 0366a85052
commit 0f0c5081c0
8 changed files with 3 additions and 9 deletions

View File

@@ -118,7 +118,6 @@ fn map_rust_child_diagnostic(
changes: Some(edit_map),
document_changes: None,
}),
command: None,
})
}
}