Skip to content

Commit

Permalink
fixup after rebase
Browse files Browse the repository at this point in the history
  • Loading branch information
abonander committed Mar 14, 2024
1 parent 3ecc48a commit 897f55b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions sqlx-core/src/query.rs
Original file line number Diff line number Diff line change
Expand Up @@ -525,6 +525,7 @@ where
/// // where `conn` is `PgConnection` or `MySqlConnection`
/// // or some other type that implements `Executor`.
/// let results = sqlx::query(&query).fetch_all(&mut conn).await?;
/// # Ok(())
/// # }
/// ```
///
Expand Down

0 comments on commit 897f55b

Please sign in to comment.