Fixed compilation of cargo-binstall

Signed-off-by: Jiahao XU <Jiahao_XU@outlook.com>
This commit is contained in:
Jiahao XU 2023-10-14 00:11:32 +11:00
parent 6f194aa302
commit 2d980e454b
5 changed files with 16 additions and 5 deletions

View file

@ -1,6 +1,6 @@
#![cfg_attr(docsrs, feature(doc_auto_cfg))]
use std::{borrow::Cow, path::Path, sync::Arc};
use std::{path::Path, sync::Arc};
use binstalk_downloader::{
download::DownloadError, gh_api_client::GhApiError, remote::Error as RemoteError,