You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm having a hard time finding the exact definitions that are relevant because everything is macros so I'm not sure where exactly the error is, but I had some code that tried to writeln! to an async_std::fs::File but forgot to await it, and didn't get any unused-must-use lints.
The text was updated successfully, but these errors were encountered:
fenhl
added a commit
to fenhl/async-std
that referenced
this issue
Dec 14, 2019
I'm having a hard time finding the exact definitions that are relevant because everything is macros so I'm not sure where exactly the error is, but I had some code that tried to
writeln!
to anasync_std::fs::File
but forgot to await it, and didn't get anyunused-must-use
lints.The text was updated successfully, but these errors were encountered: