aboutsummaryrefslogtreecommitdiff
path: root/crates/rust-analyzer/src/diagnostics
diff options
context:
space:
mode:
authorAleksey Kladov <[email protected]>2020-07-11 10:46:31 +0100
committerAleksey Kladov <[email protected]>2020-07-11 10:53:24 +0100
commit0f0c5081c0702543cd52c94cd43e08e40910354b (patch)
tree45fbf62ae954ae04354672a51d0951f549630841 /crates/rust-analyzer/src/diagnostics
parent0366a85052904c5c6efa3b3ecddc35dce85337c4 (diff)
Make sure there are no commands in code actions
Diffstat (limited to 'crates/rust-analyzer/src/diagnostics')
-rw-r--r--crates/rust-analyzer/src/diagnostics/to_proto.rs1
1 files changed, 0 insertions, 1 deletions
diff --git a/crates/rust-analyzer/src/diagnostics/to_proto.rs b/crates/rust-analyzer/src/diagnostics/to_proto.rs
index b1b222deb..1b1e670c1 100644
--- a/crates/rust-analyzer/src/diagnostics/to_proto.rs
+++ b/crates/rust-analyzer/src/diagnostics/to_proto.rs
@@ -118,7 +118,6 @@ fn map_rust_child_diagnostic(
118 changes: Some(edit_map), 118 changes: Some(edit_map),
119 document_changes: None, 119 document_changes: None,
120 }), 120 }),
121 command: None,
122 }) 121 })
123 } 122 }
124} 123}