Remove custom Execute impl (no longer needed)

This commit is contained in:
Ryan Leckey 2020-03-11 01:55:18 -07:00
parent e701aef9af
commit e047f7c353

View File

@ -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);