]> git.lizzy.rs Git - rust.git/commit
De-realstd os::args
authorKevin Ballard <kevin@sb.org>
Sun, 25 May 2014 23:31:46 +0000 (16:31 -0700)
committerKevin Ballard <kevin@sb.org>
Sun, 25 May 2014 23:37:19 +0000 (16:37 -0700)
commit009d898a9422ac04c1aa60c0e9aff3abc5fa4672
treea460ca943e21d6cd34212fd823b0236c9c868a52
parent69070ac85fcf930b02e2c75bc161a75c5742e138
De-realstd os::args

With the test runner using ::std::os::args(), and std::std::os now being
a re-export of realstd::os, there's no more need for realstd stuff
mucking up rt::args.

Remove the one test of os::args(), as it's not very useful and it won't
work anymore now that rt::args doesn't use realstd.
src/libstd/os.rs
src/libstd/rt/args.rs