mirror of
https://github.com/launchbadge/sqlx.git
synced 2026-04-11 22:35:05 +00:00
Clean up the example a touch
This commit is contained in:
@@ -16,7 +16,7 @@ pub use sqlx_core::query_as_mapped;
|
||||
pub use sqlx_core::mysql::{self, MySql, MySqlConnection, MySqlPool};
|
||||
|
||||
#[cfg(feature = "postgres")]
|
||||
pub use sqlx_core::postgres::{self, Postgres, PgConnection, PgPool};
|
||||
pub use sqlx_core::postgres::{self, PgConnection, PgPool, Postgres};
|
||||
|
||||
#[cfg(feature = "macros")]
|
||||
#[doc(hidden)]
|
||||
|
||||
Reference in New Issue
Block a user