claude sonnet forgot to run clippy when implementing mcp server

This commit is contained in:
Jussi Saurio
2025-07-18 17:15:39 +03:00
parent 81d386d6c4
commit 1f55726acf
2 changed files with 18 additions and 19 deletions

View File

@@ -593,8 +593,7 @@ fn bind_named_params(
let param = stmt.parameters().name(non_zero_idx);
let Some(name) = param else {
return Err(napi::Error::from_reason(format!(
"could not find named parameter with index {}",
idx
"could not find named parameter with index {idx}"
)));
};