]> git.proxmox.com Git - proxmox-backup.git/commitdiff
cleanup unused imports
authorWolfgang Bumiller <w.bumiller@proxmox.com>
Mon, 19 Jul 2021 13:55:19 +0000 (15:55 +0200)
committerWolfgang Bumiller <w.bumiller@proxmox.com>
Mon, 19 Jul 2021 13:55:19 +0000 (15:55 +0200)
Signed-off-by: Wolfgang Bumiller <w.bumiller@proxmox.com>
src/tools/mod.rs

index a6379a961c033b23dd378e4c1bb3eb536127b762..e3c2811a8ad42e184a532c272905d67bc807f966 100644 (file)
@@ -2,10 +2,7 @@
 //!
 //! This is a collection of small and useful tools.
 use std::any::Any;
-use std::fs::File;
-use std::io::{self, BufRead};
 use std::os::unix::io::RawFd;
-use std::path::Path;
 
 use anyhow::{bail, format_err, Error};
 use serde_json::Value;