Skip to content

Commit

Permalink
fix: import location
Browse files Browse the repository at this point in the history
  • Loading branch information
kroucher committed Sep 9, 2024
1 parent 12a5900 commit 213ee44
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions sqlx-store/src/mysql_store.rs
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ impl MySqlStore {
/// # Examples
///
/// ```rust,no_run
/// use tower_sessions_sqlx::{sqlx::MySqlPool, MySqlStore};
/// use tower_sessions_sqlx_store::{sqlx::MySqlPool, MySqlStore};
///
/// # tokio_test::block_on(async {
/// let database_url = std::option_env!("DATABASE_URL").unwrap();
Expand Down Expand Up @@ -75,7 +75,7 @@ impl MySqlStore {
/// # Examples
///
/// ```rust,no_run
/// use tower_sessions_sqlx::{sqlx::MySqlPool, MySqlStore};
/// use tower_sessions_sqlx_store::{sqlx::MySqlPool, MySqlStore};
///
/// # tokio_test::block_on(async {
/// let database_url = std::option_env!("DATABASE_URL").unwrap();
Expand Down

0 comments on commit 213ee44

Please sign in to comment.