Skip to content

Commit 66636b2

Browse files
committed
add link
1 parent 8c0e1a7 commit 66636b2

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/lib.rs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -337,6 +337,8 @@ pub trait AsyncConnection: SimpleAsyncConnection + Sized + Send {
337337
// These functions allow the associated types (`ExecuteFuture`, `LoadFuture`, etc.) to
338338
// compile without a `where Self: '_` clause. This is needed the because bound causes
339339
// lifetime issues when using `transaction()` with generic `AsyncConnection`s.
340+
//
341+
// See: https://github.com/rust-lang/rust/issues/87479
340342
#[doc(hidden)]
341343
fn _silence_lint_on_execute_future(_: Self::ExecuteFuture<'_, '_>) {}
342344
#[doc(hidden)]

0 commit comments

Comments
 (0)