Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
clippy
  • Loading branch information
ever0de committed Jul 25, 2025
commit 203c9d3021e56de24f8741fa0f686ebd28137175
5 changes: 1 addition & 4 deletions stdlib/src/sqlite.rs
Original file line number Diff line number Diff line change
Expand Up @@ -2730,10 +2730,7 @@ mod _sqlite {
None => {
return Err(new_programming_error(
vm,
format!(
"You did not supply a value for binding parameter :{}.",
name
),
format!("You did not supply a value for binding parameter :{name}.",),
));
}
};
Expand Down
Loading