mirror of
https://github.com/leptos-rs/leptos
synced 2024-11-10 06:44:17 +00:00
docs: improved warning location
This commit is contained in:
parent
93e6456e19
commit
efb699a319
1 changed files with 1 additions and 0 deletions
|
@ -92,6 +92,7 @@ where
|
|||
{
|
||||
type Output = T;
|
||||
|
||||
#[track_caller]
|
||||
fn poll(self: Pin<&mut Self>, cx: &mut Context<'_>) -> Poll<Self::Output> {
|
||||
let waker = cx.waker();
|
||||
self.source.track();
|
||||
|
|
Loading…
Reference in a new issue