Fix Clippy 1.43 warnings (#399)

This commit is contained in:
Idan Katz
2020-04-28 06:47:12 +03:00
committed by GitHub
parent 911b720449
commit 805cb34d6f
4 changed files with 0 additions and 6 deletions

View File

@@ -2,7 +2,6 @@ use super::terminal::*;
#[cfg(windows)]
use crate::error::Upgraded;
use anyhow::{bail, Result};
use self_update_crate;
use self_update_crate::backends::github::{GitHubUpdateStatus, Update};
use std::env;
#[cfg(unix)]