Skip to content

Commit

Permalink
reabse master
Browse files Browse the repository at this point in the history
  • Loading branch information
JoshuaBatty committed Aug 30, 2023
1 parent 84d80bf commit a26efc1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sway-lsp/benches/lsp_benchmarks/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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);
Expand Down

0 comments on commit a26efc1

Please sign in to comment.