This commit is contained in:
Alfredo Garcia 2020-08-03 09:10:05 -03:00 committed by Deirdre Connolly
parent 5f23970377
commit deba84b96e
1 changed files with 1 additions and 1 deletions

View File

@ -2,8 +2,8 @@ use color_eyre::{
eyre::{eyre, Context, Report, Result},
Help, SectionExt,
};
use std::{env, fs};
use std::process::{Child, Command, ExitStatus, Output};
use std::{env, fs};
use tempdir::TempDir;
/// Runs a command in a TempDir