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 f7a1cf9 commit 8ec6c3dCopy full SHA for 8ec6c3d
tests/ui/redundant_closure_call_early.rs
@@ -21,5 +21,5 @@ fn main() {
21
22
// don't lint
23
async fn issue_11357() {
24
- let x = (|| async { () })().await;
+ let x = (|| async {})().await;
25
}
0 commit comments