mirror of
https://github.com/launchbadge/sqlx.git
synced 2026-04-04 09:31:05 +00:00
Remove custom Execute impl (no longer needed)
This commit is contained in:
@@ -28,4 +28,3 @@ make_query_as!(PgQueryAs, Postgres, PgRow);
|
||||
impl_map_row_for_row!(Postgres, PgRow);
|
||||
impl_column_index_for_row!(Postgres);
|
||||
impl_from_row_for_tuples!(Postgres, PgRow);
|
||||
impl_execute_for_query!(Postgres);
|
||||
|
||||
Reference in New Issue
Block a user