We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dda344b commit c0c8022Copy full SHA for c0c8022
1 file changed
src/function.rs
@@ -642,6 +642,7 @@ impl LuaType for Function {
642
}
643
644
#[cfg(feature = "async")]
645
+#[must_use = "futures do nothing unless you `.await` or poll them"]
646
pub struct AsyncCallFuture<R: FromLuaMulti>(Result<AsyncThread<R>>);
647
648
0 commit comments