mirror of
https://git.proxmox.com/git/proxmox
synced 2025-04-30 21:35:26 +00:00
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``)
|
//! - Ability to create interactive commands (using ``rustyline``)
|
||||||
//! - Supports complex/nested commands
|
//! - Supports complex/nested commands
|
||||||
|
|
||||||
use std::{
|
use std::collections::HashMap;
|
||||||
collections::HashMap,
|
use std::io::{self, Write};
|
||||||
io::{self, Write},
|
|
||||||
};
|
|
||||||
|
|
||||||
use anyhow::{bail, Error};
|
use anyhow::{bail, Error};
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user