From 3fa1b4b48c15ca80e201ce72717b03b0a4685f2e Mon Sep 17 00:00:00 2001 From: Wolfgang Bumiller Date: Mon, 19 Jul 2021 15:55:19 +0200 Subject: [PATCH] cleanup unused imports Signed-off-by: Wolfgang Bumiller --- src/tools/mod.rs | 3 --- 1 file changed, 3 deletions(-) diff --git a/src/tools/mod.rs b/src/tools/mod.rs index a6379a96..e3c2811a 100644 --- a/src/tools/mod.rs +++ b/src/tools/mod.rs @@ -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;