Files
tokio/tests-build/tests/macros_clippy.rs
T

8 lines
161 B
Rust
Raw Normal View History

2021-08-25 20:59:41 +03:00
#[cfg(feature = "full")]
#[tokio::test]
async fn test_with_semicolon_without_return_type() {
#![deny(clippy::semicolon_if_nothing_returned)]
dbg!(0);
}