Fixes doctest

This commit is contained in:
Roberto Vidal 2019-04-16 22:25:17 +02:00
parent 145ee9c3e9
commit 13d92b3f11

View File

@ -22,7 +22,7 @@
//! sender,
//! main_loop,
//! )?;
//! io_threads.join()?;
//! io_threads.exit()?;
//! Ok(())
//! }
//!