We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b7c7da7 commit 5239944Copy full SHA for 5239944
sqlx-core/src/types/json.rs
@@ -51,7 +51,7 @@ use crate::types::Type;
51
/// dewey_decimal: sqlx::types::Json<HashMap<String, Book>>
52
/// }
53
/// ```
54
-///
+///
55
/// If the query macros are used, it is necessary to tell the macro to use
56
/// the `Json` adapter by using the type override syntax
57
0 commit comments