cleanup use statements
much more merge friendly this way... Signed-off-by: Wolfgang Bumiller <w.bumiller@proxmox.com>
This commit is contained in:
parent
e20cdbf8e2
commit
cf5efb5c0a
@ -12,10 +12,8 @@
|
||||
//! - Ability to create interactive commands (using ``rustyline``)
|
||||
//! - Supports complex/nested commands
|
||||
|
||||
use std::{
|
||||
collections::HashMap,
|
||||
io::{self, Write},
|
||||
};
|
||||
use std::collections::HashMap;
|
||||
use std::io::{self, Write};
|
||||
|
||||
use anyhow::{bail, Error};
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user