mirror of
https://github.com/tokio-rs/tokio.git
synced 2025-10-01 12:20:39 +00:00

This reverts commit b24df49a9d26057b44a869c6effce494ec10dd35 so we can merge the CHANGELOG changes in #4691 into master.
8 lines
161 B
Rust
8 lines
161 B
Rust
#[cfg(feature = "full")]
|
|
#[tokio::test]
|
|
async fn test_with_semicolon_without_return_type() {
|
|
#![deny(clippy::semicolon_if_nothing_returned)]
|
|
|
|
dbg!(0);
|
|
}
|