mirror of
https://github.com/cargo-bins/cargo-binstall.git
synced 2025-04-21 04:58:42 +00:00
Rm unused import std::fs
in binstall_v1
Signed-off-by: Jiahao XU <Jiahao_XU@outlook.com>
This commit is contained in:
parent
73af5b2824
commit
00fb2528af
1 changed files with 1 additions and 1 deletions
|
@ -1,7 +1,7 @@
|
|||
use std::{
|
||||
borrow, cmp,
|
||||
collections::{btree_set, BTreeSet},
|
||||
fs, hash,
|
||||
hash,
|
||||
io::{self, Seek, Write},
|
||||
iter::{IntoIterator, Iterator},
|
||||
path::{Path, PathBuf},
|
||||
|
|
Loading…
Add table
Reference in a new issue