chiark
/
gitweb
/
~ianmdlvl
/
otter.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
964095c
)
some imports
author
Ian Jackson
<ijackson@chiark.greenend.org.uk>
Sat, 8 Aug 2020 10:58:22 +0000
(11:58 +0100)
committer
Ian Jackson
<ijackson@chiark.greenend.org.uk>
Sat, 8 Aug 2020 10:58:22 +0000
(11:58 +0100)
src/imports.rs
patch
|
blob
|
history
diff --git
a/src/imports.rs
b/src/imports.rs
index c119eace036c1d8d47942efe8af72151babbf63f..5a2047d77d24046f1232e1317e5d9521fcf43f70 100644
(file)
--- 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};