mirror of
https://github.com/launchbadge/sqlx.git
synced 2026-03-19 08:39:44 +00:00
remove &mut PoolConnection from docs (#2695)
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user