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.