Hi.
I'm trying to compile latest version of your project but it fails with
error[E0433]: failed to resolve. Use of undeclared type or module `env`
--> src/main.rs:123:24
|
123 | if let Ok(pager) = env::var("PAGER") {
| ^^^ Use of undeclared type or module `env`
on toolchain
active toolchain
----------------
nightly-x86_64-unknown-linux-gnu (default)
rustc 1.23.0-nightly (45caff88d 2017-11-11)
Hi. I'm trying to compile latest version of your project but it fails with
on toolchain