Skip to content

Commit 2e4533e

Browse files
authored
remove &mut PoolConnection from docs (#2695)
1 parent 2497f0b commit 2e4533e

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

sqlx-core/src/executor.rs

-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,6 @@ use std::fmt::Debug;
2020
/// Implemented for the following:
2121
///
2222
/// * [`&Pool`](super::pool::Pool)
23-
/// * [`&mut PoolConnection`](super::pool::PoolConnection)
2423
/// * [`&mut Connection`](super::connection::Connection)
2524
///
2625
pub trait Executor<'c>: Send + Debug + Sized {

0 commit comments

Comments
 (0)