]> git.lizzy.rs Git - rust.git/commit
auto merge of #15206 : omasanori/rust/use-reexported, r=alexcrichton
authorbors <bors@rust-lang.org>
Fri, 27 Jun 2014 00:21:24 +0000 (00:21 +0000)
committerbors <bors@rust-lang.org>
Fri, 27 Jun 2014 00:21:24 +0000 (00:21 +0000)
commitdeb6b04e91e9046b80f2ad7552d4aaf41fa78622
tree21137841b37caecea2b3be14c588ba5bc48d710d
parentc0f231072b8f9d5f1fe346e952fdc2e3404e0b94
parentdfef4220242227fb210e58eedc91bcc74de8921f
auto merge of #15206 : omasanori/rust/use-reexported, r=alexcrichton

We use re-exported pathes (e.g. std::io::Command) and original ones
(e.g. std::io::process::Command) together in examples now. Using
re-exported ones consistently avoids confusion.