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

@@ -7,7 +7,6 @@ use std::ffi::OsStr;
use std::fmt::Debug;
use std::path::{Path, PathBuf};
use std::process::{ExitStatus, Output};
use which_crate;
pub trait Check {
fn check(self) -> Result<()>;