We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 141a0f0 + c3a7a40 commit e111344Copy full SHA for e111344
async_ui_web_html/src/common_events.rs
@@ -3,7 +3,7 @@ use web_sys::{Element, HtmlElement};
3
4
macro_rules! make_event_impl {
5
($ev_name:literal, $func_name:ident, $ty:ty, $link:tt) => {
6
- #[must_use("the returned object is a Future+Stream that does nothing unless polled")]
+ #[must_use = "the returned object is a Future+Stream that does nothing unless polled"]
7
#[doc = "Like [until_event][EmitEvent::until_event] for the `"]
8
#[doc = $ev_name]
9
#[doc = "` event."]
0 commit comments