We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c9b16b5 commit 8be5089Copy full SHA for 8be5089
1 file changed
src/lib.rs
@@ -6,7 +6,6 @@ use std::fs;
6
use std::hash::Hash;
7
use std::io::{self, Read, Write};
8
use std::path::{Path, PathBuf};
9
-use std::{env, fmt};
10
use text_colorizer::Colorize;
11
12
pub trait FileSystem {
0 commit comments