about summary refs log tree commit diff
path: root/library/std/src/sys/process/env.rs
AgeCommit message (Collapse)AuthorLines
2025-04-28std: get rid of `sys_common::process`joboet-0/+115
Move the public `CommandEnvs` into the `process` module (and make it a wrapper type for an internal iterator type) and everything else into `sys::process` as per #117276.