mirror of
https://github.com/launchbadge/sqlx.git
synced 2026-03-23 18:40:24 +00:00
add trailing newline
This commit is contained in:
@@ -29,4 +29,4 @@ pub type MySqlPool = crate::pool::Pool<MySqlConnection>;
|
||||
make_query_as!(MySqlQueryAs, MySql, MySqlRow);
|
||||
impl_map_row_for_row!(MySql, MySqlRow);
|
||||
impl_column_index_for_row!(MySql);
|
||||
impl_from_row_for_tuples!(MySql, MySqlRow);
|
||||
impl_from_row_for_tuples!(MySql, MySqlRow);
|
||||
|
||||
@@ -29,4 +29,4 @@ pub type PgPool = crate::pool::Pool<PgConnection>;
|
||||
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_from_row_for_tuples!(Postgres, PgRow);
|
||||
|
||||
Reference in New Issue
Block a user