From 0f48313565ed2620efbd9d0f2203b57f8f126e6a Mon Sep 17 00:00:00 2001 From: Satya Rohith Date: Fri, 14 Jun 2024 17:10:57 +0530 Subject: chore: upgrade to rust 1.79 (#24207) --- tests/integration/lsp_tests.rs | 2 -- 1 file changed, 2 deletions(-) (limited to 'tests') diff --git a/tests/integration/lsp_tests.rs b/tests/integration/lsp_tests.rs index 713594a10..554fc7ac1 100644 --- a/tests/integration/lsp_tests.rs +++ b/tests/integration/lsp_tests.rs @@ -9534,8 +9534,6 @@ fn lsp_untitled_file_diagnostics() { #[serde(rename_all = "camelCase")] pub struct PerformanceAverage { pub name: String, - pub count: u32, - pub average_duration: u32, } #[derive(Debug, Deserialize)] -- cgit v1.2.3