Files
rust/library/std/src/sys_common
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-05-14 03:54:46 +02:00
2021-08-22 16:35:29 +02:00
2021-12-14 16:40:43 +01:00
2021-10-09 18:56:01 +02:00
2021-08-10 12:09:00 +03:00
2021-05-14 03:54:46 +02:00
2021-11-10 08:35:42 -08:00
2021-12-29 10:07:44 +01:00
2021-06-01 09:07:55 +02:00
2021-12-29 14:02:20 +08:00