Remove faulty Json declaration from macros

This commit is contained in:
Julius de Bruijn 2020-07-15 12:18:12 +02:00 committed by Ryan Leckey
parent 6949b84e8c
commit 92cddc76c8

View File

@ -52,9 +52,6 @@ impl_database_ext! {
#[cfg(feature = "json")] #[cfg(feature = "json")]
serde_json::Value, serde_json::Value,
#[cfg(feature = "json")]
sqlx::types::Json<_>,
}, },
ParamChecking::Weak, ParamChecking::Weak,
feature-types: info => info.__type_feature_gate(), feature-types: info => info.__type_feature_gate(),