Skip to content

Commit

Permalink
chore: clippy fix (#2986)
Browse files Browse the repository at this point in the history
  • Loading branch information
TomAFrench authored Oct 4, 2023
1 parent f203161 commit 269e490
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tooling/lsp/src/codelens/test_run.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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<NargoTestRunResult, ResponseError> {
let root_path = state.root_path.as_deref().ok_or_else(|| {
Expand Down

0 comments on commit 269e490

Please sign in to comment.