mirror of
https://github.com/launchbadge/sqlx.git
synced 2025-12-30 05:11:13 +00:00
Remove custom Execute impl (no longer needed)
This commit is contained in:
parent
e701aef9af
commit
e047f7c353
@ -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);
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user