Fix unused import in binstalk-manifests (#740)

Signed-off-by: Jiahao XU <Jiahao_XU@outlook.com>
This commit is contained in:
Jiahao XU 2023-01-24 23:47:50 +11:00 committed by GitHub
parent 152ea8376b
commit 9047d99c1a
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -13,7 +13,6 @@ use std::{
io::{self, Seek},
iter::IntoIterator,
path::{Path, PathBuf},
str::{self, Utf8Error},
};
use beef::Cow;