Skip to content

Commit

Permalink
remove &mut PoolConnection from docs
Browse files Browse the repository at this point in the history
  • Loading branch information
olback committed Aug 15, 2023
1 parent d0fbe7f commit 05c9e6c
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion sqlx-core/src/executor.rs
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,6 @@ use std::fmt::Debug;
/// Implemented for the following:
///
/// * [`&Pool`](super::pool::Pool)
/// * [`&mut PoolConnection`](super::pool::PoolConnection)
/// * [`&mut Connection`](super::connection::Connection)
///
pub trait Executor<'c>: Send + Debug + Sized {
Expand Down

0 comments on commit 05c9e6c

Please sign in to comment.