io: formatting

Signed-off-by: Wolfgang Bumiller <w.bumiller@proxmox.com>
This commit is contained in:
Wolfgang Bumiller 2021-12-07 11:51:15 +01:00
parent d871d6849b
commit a774958239

View File

@ -1,6 +1,6 @@
use std::io::Write;
use std::sync::mpsc::SyncSender;
use std::string::ToString;
use std::sync::mpsc::SyncSender;
/// Wrapper around SyncSender, which implements Write
///