Remove commented out code.

This commit is contained in:
Ximon Eighteen
2024-11-27 09:20:52 +01:00
parent a7503e44a1
commit 7b2659fbf3
-8
View File
@@ -54,14 +54,6 @@ impl<T: fmt::Write> Stream<T> {
} }
impl<E: Env> Env for &E { impl<E: Env> Env for &E {
// fn make_connection(&self) {
// todo!()
// }
// fn make_stub_resolver(&self) {
// todo!()
// }
fn args_os(&self) -> impl Iterator<Item = OsString> { fn args_os(&self) -> impl Iterator<Item = OsString> {
(**self).args_os() (**self).args_os()
} }