mirror of
				https://github.com/tokio-rs/tokio.git
				synced 2025-11-03 14:02:47 +00:00 
			
		
		
		
	
		
			
				
	
	
		
			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);
 | 
						|
}
 |