diff --git a/tooling/lsp/src/codelens/test_run.rs b/tooling/lsp/src/codelens/test_run.rs index 66976ab7b38..30a3015eb75 100644 --- a/tooling/lsp/src/codelens/test_run.rs +++ b/tooling/lsp/src/codelens/test_run.rs @@ -23,7 +23,7 @@ pub(crate) fn on_test_run_request( } fn on_test_run_request_inner( - state: &mut LspState, + state: &LspState, params: NargoTestRunParams, ) -> Result { let root_path = state.root_path.as_deref().ok_or_else(|| {