Skip to content

Commit

Permalink
fix Jsonb SQLite example
Browse files Browse the repository at this point in the history
  • Loading branch information
Jean-Marc Le Roux committed Sep 27, 2024
1 parent 187ea47 commit 268a3df
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion diesel/src/sql_types/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -530,7 +530,7 @@ pub struct Json;
/// # use diesel::query_dsl::RunQueryDsl;
/// # use diesel::test_helpers::connection;
/// # use diesel::ExpressionMethods;
/// # use diesel::{dsl::sql, IntoSql};
/// # use diesel::dsl::*;
/// # let connection = &mut connection();
/// # diesel::sql_query("CREATE TABLE contacts (
/// # id INT PRIMARY KEY,
Expand Down

0 comments on commit 268a3df

Please sign in to comment.