diff --git a/sqlx-core/src/executor.rs b/sqlx-core/src/executor.rs index 05020bb1e5..73e3ec638c 100644 --- a/sqlx-core/src/executor.rs +++ b/sqlx-core/src/executor.rs @@ -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 {