]> git.lizzy.rs Git - rust.git/commit
Rollup merge of #22297 - nagisa:spring-cleanup, r=alexcrichton
authorManish Goregaokar <manishsmail@gmail.com>
Sun, 15 Feb 2015 13:05:12 +0000 (18:35 +0530)
committerManish Goregaokar <manishsmail@gmail.com>
Sun, 15 Feb 2015 13:12:47 +0000 (18:42 +0530)
commited583994493d9828533e0875fe6b143cd61efac8
tree9171cf560e704d8f61697fd83f4ba67675f21ffd
parentbc1900f0d0ce09e26c5b0693d83516a4d0cf505f
parent220bf41d252048310632bc357eb2de2cc2e62e8c
Rollup merge of #22297 - nagisa:spring-cleanup, r=alexcrichton

 This PR replaces uses of `os::getenv` with newly introduced `env::var{,_os}`.

Mostly did this as a background activity to procrastinate from procrastinating.

Tests appear to build and run fine. This includes benchmarks from test/bench directory.