We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8c0e1a7 commit 66636b2Copy full SHA for 66636b2
src/lib.rs
@@ -337,6 +337,8 @@ pub trait AsyncConnection: SimpleAsyncConnection + Sized + Send {
337
// These functions allow the associated types (`ExecuteFuture`, `LoadFuture`, etc.) to
338
// compile without a `where Self: '_` clause. This is needed the because bound causes
339
// lifetime issues when using `transaction()` with generic `AsyncConnection`s.
340
+ //
341
+ // See: https://github.com/rust-lang/rust/issues/87479
342
#[doc(hidden)]
343
fn _silence_lint_on_execute_future(_: Self::ExecuteFuture<'_, '_>) {}
344
0 commit comments