mirror of
https://github.com/launchbadge/sqlx.git
synced 2025-12-29 12:32:39 +00:00
remove &mut PoolConnection from docs (#2695)
This commit is contained in:
parent
2497f0bdc8
commit
2e4533eb32
@ -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 {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user