From 2fb30a6c2390ab65b056601c830227f6bc9156c2 Mon Sep 17 00:00:00 2001 From: Ian Jackson Date: Sat, 8 Aug 2020 11:58:22 +0100 Subject: [PATCH] some imports --- src/imports.rs | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/imports.rs b/src/imports.rs index c119eace..5a2047d7 100644 --- a/src/imports.rs +++ b/src/imports.rs @@ -28,6 +28,8 @@ pub use std::os::unix; pub use std::time::Instant; pub use std::path::PathBuf; pub use std::os::unix::ffi::OsStrExt; +pub use std::env; +pub use std::process::exit; pub use thiserror::Error; pub use anyhow::{Context,anyhow}; -- 2.30.2