From a26efc1e5923fdbc0de8381092d1a65ecda01fbd Mon Sep 17 00:00:00 2001 From: Joshua Batty Date: Wed, 30 Aug 2023 16:30:10 +1000 Subject: [PATCH] reabse master --- sway-lsp/benches/lsp_benchmarks/mod.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sway-lsp/benches/lsp_benchmarks/mod.rs b/sway-lsp/benches/lsp_benchmarks/mod.rs index e229a1d5313..f3e0a83147a 100644 --- a/sway-lsp/benches/lsp_benchmarks/mod.rs +++ b/sway-lsp/benches/lsp_benchmarks/mod.rs @@ -7,7 +7,7 @@ use std::path::PathBuf; use sway_lsp::core::session::{self, Session}; pub fn compile_test_project() -> (Url, Session) { - let session = Session::new(); + let mut session = Session::new(); // Load the test project let uri = Url::from_file_path(benchmark_dir().join("src/main.sw")).unwrap(); session.handle_open_file(&uri);