Skip to content

Commit c6322c8

Browse files
committed
async event
1 parent e9aba68 commit c6322c8

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

lib/src/async_event.rs

+1-3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,4 @@
1-
//! Provides an implementation of Future for locating a web_sys::Element by its
2-
//! id.
3-
//!
1+
//! Async/await until a closure returns `true`.
42
use std::future::Future;
53
use std::pin::Pin;
64
use std::task::{Context, Poll, Waker};

0 commit comments

Comments
 (0)