comment fixup
Signed-off-by: Wolfgang Bumiller <w.bumiller@proxmox.com>
This commit is contained in:
		@ -52,7 +52,6 @@ mod test {
 | 
				
			|||||||
 | 
					
 | 
				
			||||||
    #[test]
 | 
					    #[test]
 | 
				
			||||||
    fn test_wrapped_stream_reader() -> Result<(), Error> {
 | 
					    fn test_wrapped_stream_reader() -> Result<(), Error> {
 | 
				
			||||||
        // This cannot be used currently, because it doesn't permit blocking() annotations:
 | 
					 | 
				
			||||||
        crate::tools::runtime::main(async {
 | 
					        crate::tools::runtime::main(async {
 | 
				
			||||||
            run_wrapped_stream_reader_test().await
 | 
					            run_wrapped_stream_reader_test().await
 | 
				
			||||||
        })
 | 
					        })
 | 
				
			||||||
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user