We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2497f0b commit 2e4533eCopy full SHA for 2e4533e
sqlx-core/src/executor.rs
@@ -20,7 +20,6 @@ use std::fmt::Debug;
20
/// Implemented for the following:
21
///
22
/// * [`&Pool`](super::pool::Pool)
23
-/// * [`&mut PoolConnection`](super::pool::PoolConnection)
24
/// * [`&mut Connection`](super::connection::Connection)
25
26
pub trait Executor<'c>: Send + Debug + Sized {
0 commit comments