tokio/tests-build/tests/macros_clippy.rs
2021-08-25 19:59:41 +02:00

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);
}