Rm unused import std::fs in binstall_v1

Signed-off-by: Jiahao XU <Jiahao_XU@outlook.com>
This commit is contained in:
Jiahao XU 2022-07-28 18:09:53 +10:00
parent 73af5b2824
commit 00fb2528af
No known key found for this signature in database
GPG key ID: 591C0B03040416D6

View file

@ -1,7 +1,7 @@
use std::{ use std::{
borrow, cmp, borrow, cmp,
collections::{btree_set, BTreeSet}, collections::{btree_set, BTreeSet},
fs, hash, hash,
io::{self, Seek, Write}, io::{self, Seek, Write},
iter::{IntoIterator, Iterator}, iter::{IntoIterator, Iterator},
path::{Path, PathBuf}, path::{Path, PathBuf},