bors dd3ac41495 Auto merge of #92396 - xfix:remove-commandenv-apply, r=Mark-Simulacrum
Remove CommandEnv::apply

It's not being used and uses unsound set_var and remove_var functions. This is an internal function that isn't exported (even with `process_internals` feature), so this shouldn't break anything.

Also see #92365. Note that this isn't the only use of those methods in standard library, so that particular pull request will need more changes than just this to work (in particular, `test_capture_env_at_spawn` is using `set_var` and `remove_var`).
2022-01-01 20:45:37 +00:00
..
2021-12-18 00:21:53 +11:00
2021-12-26 18:37:11 -08:00
2021-12-12 11:20:03 +00:00
2021-12-20 11:49:47 -08:00
2021-12-28 11:40:58 +08:00
2021-12-20 18:30:29 +01:00
2021-12-11 13:47:20 +03:00
2021-11-21 08:15:21 -06:00
2021-12-14 16:40:43 +01:00
2021-12-11 13:47:20 +03:00
2021-12-04 19:40:33 +01:00
2021-12-18 00:21:53 +11:00
2021-12-14 16:40:43 +01:00