mirror of
https://github.com/cargo-bins/cargo-binstall.git
synced 2025-04-24 14:28:42 +00:00
Rm unused variant binstalk_downloader::download::DownloadError::UserAbort
(#653)
Signed-off-by: Jiahao XU <Jiahao_XU@outlook.com>
This commit is contained in:
parent
42672ccf40
commit
daec880008
2 changed files with 0 additions and 4 deletions
|
@ -39,9 +39,6 @@ pub enum DownloadError {
|
|||
/// - Exit: 74
|
||||
#[error(transparent)]
|
||||
Io(io::Error),
|
||||
|
||||
#[error("installation cancelled by user")]
|
||||
UserAbort,
|
||||
}
|
||||
|
||||
impl From<io::Error> for DownloadError {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue