Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
stormshield-kg authored Feb 9, 2024
1 parent dfeec4b commit b7441a0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion diesel/src/pg/types/json.rs
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ impl ToSql<sql_types::Jsonb, Pg> for serde_json::Value {
}
}

#[cfg(tests)]
#[cfg(test)]
mod tests {
use crate::query_builder::bind_types::ByteWrapper;

Expand Down

0 comments on commit b7441a0

Please sign in to comment.