Clean up the example a touch

This commit is contained in:
Ryan Leckey
2019-12-27 21:47:51 -08:00
parent 017ee38725
commit a23bfb60eb
6 changed files with 45 additions and 19 deletions

View File

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