remove &mut PoolConnection from docs (#2695)

This commit is contained in:
Edwin 2023-09-12 03:38:43 +02:00 committed by GitHub
parent 2497f0bdc8
commit 2e4533eb32
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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 {