Skip to content
This repository has been archived by the owner on Sep 3, 2023. It is now read-only.

Commit

Permalink
Test fix
Browse files Browse the repository at this point in the history
  • Loading branch information
bobozaur committed Apr 2, 2022
1 parent 45fb481 commit ed41d0e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/query.rs
Original file line number Diff line number Diff line change
Expand Up @@ -376,7 +376,7 @@ impl PreparedStatement {
/// prep_stmt.execute(json_data).unwrap();
///
/// #[derive(Serialize, Clone)]
/// #[serde(rename_all("UPPERCASE"))]
/// #[serde(rename_all = "UPPERCASE")]
/// struct Data {
/// col1: String,
/// col2: String,
Expand Down

0 comments on commit ed41d0e

Please sign in to comment.