Skip to content

Commit

Permalink
tidy fix
Browse files Browse the repository at this point in the history
  • Loading branch information
estebank committed Dec 13, 2021
1 parent b825b0f commit 9ecb141
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/test/ui/async-await/unnecessary-await.rs
Expand Up @@ -11,4 +11,4 @@ async fn baz() -> std::io::Result<()> {
std::io::Result::Ok(())
}

fn main() {}
fn main() {}

0 comments on commit 9ecb141

Please sign in to comment.