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;