comment fixup

Signed-off-by: Wolfgang Bumiller <w.bumiller@proxmox.com>
This commit is contained in:
Wolfgang Bumiller 2019-09-03 11:17:33 +02:00
parent daef93f481
commit c77563146b

View File

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