Skip to content

Commit

Permalink
remove &mut PoolConnection from docs (#2695)
Browse files Browse the repository at this point in the history
  • Loading branch information
olback committed Sep 12, 2023
1 parent 2497f0b commit 2e4533e
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion sqlx-core/src/executor.rs
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 2e4533e

Please sign in to comment.