mirror of
https://github.com/aljazceru/turso.git
synced 2026-01-06 09:44:21 +01:00
claude sonnet forgot to run clippy when implementing mcp server
This commit is contained in:
@@ -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}"
|
||||
)));
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user