Skip to content

Commit 203c9d3

Browse files
committed
clippy
1 parent 1706b00 commit 203c9d3

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

stdlib/src/sqlite.rs

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2730,10 +2730,7 @@ mod _sqlite {
27302730
None => {
27312731
return Err(new_programming_error(
27322732
vm,
2733-
format!(
2734-
"You did not supply a value for binding parameter :{}.",
2735-
name
2736-
),
2733+
format!("You did not supply a value for binding parameter :{name}.",),
27372734
));
27382735
}
27392736
};

0 commit comments

Comments
 (0)