Skip to content

Commit

Permalink
clippy fix
Browse files Browse the repository at this point in the history
  • Loading branch information
nurmohammed840 committed Nov 14, 2024
1 parent 5509860 commit 42dce85
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tokio/tests/macros_test.rs
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,7 @@ fn trait_method() {

// https://github.com/tokio-rs/tokio/issues/4175
#[tokio::main]
#[allow(unreachable_code)]
pub async fn issue_4175_main_1() -> ! {
panic!();
}
Expand Down

0 comments on commit 42dce85

Please sign in to comment.