Skip to content

Commit

Permalink
review comments
Browse files Browse the repository at this point in the history
  • Loading branch information
estebank committed Sep 21, 2019
1 parent ea70fb7 commit 9991d54
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/test/ui/lint/unreachable-async-fn.rs
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
// run-pass
// check-pass
// edition:2018
#[allow(dead_code)]

#[allow(dead_code)]
async fn foo () { // unreachable lint doesn't trigger
unimplemented!()
}
Expand Down

0 comments on commit 9991d54

Please sign in to comment.