diff --git a/src/env/mod.rs b/src/env/mod.rs index 735efc6..1d2aa12 100644 --- a/src/env/mod.rs +++ b/src/env/mod.rs @@ -54,14 +54,6 @@ impl Stream { } impl Env for &E { - // fn make_connection(&self) { - // todo!() - // } - - // fn make_stub_resolver(&self) { - // todo!() - // } - fn args_os(&self) -> impl Iterator { (**self).args_os() }