summaryrefslogtreecommitdiff
path: root/cli/lsp/testing/lsp_custom.rs
diff options
context:
space:
mode:
Diffstat (limited to 'cli/lsp/testing/lsp_custom.rs')
-rw-r--r--cli/lsp/testing/lsp_custom.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/cli/lsp/testing/lsp_custom.rs b/cli/lsp/testing/lsp_custom.rs
index f114a8b35..8182371ca 100644
--- a/cli/lsp/testing/lsp_custom.rs
+++ b/cli/lsp/testing/lsp_custom.rs
@@ -165,7 +165,7 @@ pub enum TestRunProgressMessage {
End,
}
-#[derive(Debug, Deserialize, Serialize)]
+#[derive(Clone, Debug, Deserialize, Serialize)]
#[serde(rename_all = "camelCase")]
pub struct TestMessage {
pub message: lsp::MarkupContent,