]> git.lizzy.rs Git - rust.git/commit
std: Move platform specific env code into sys
authorBrian Anderson <banderson@mozilla.com>
Wed, 21 Sep 2016 19:50:30 +0000 (19:50 +0000)
committerBrian Anderson <banderson@mozilla.com>
Sat, 1 Oct 2016 19:32:59 +0000 (19:32 +0000)
commit5c215623020b878353d115b6ddb728a960890a98
tree6d360cf840bdb2c312e122a6e3a54eeb74af9feb
parente6457bb67678c719d610e8f27f827c2e1ea56111
std: Move platform specific env code into sys
src/libstd/env.rs
src/libstd/sys/unix/env.rs [new file with mode: 0644]
src/libstd/sys/unix/mod.rs
src/libstd/sys/windows/env.rs [new file with mode: 0644]
src/libstd/sys/windows/mod.rs