]> git.lizzy.rs Git - rust.git/commitdiff
auto merge of #12573 : lbonn/rust/unrecurs, r=alexcrichton
authorbors <bors@rust-lang.org>
Thu, 13 Mar 2014 19:16:34 +0000 (12:16 -0700)
committerbors <bors@rust-lang.org>
Thu, 13 Mar 2014 19:16:34 +0000 (12:16 -0700)
As mentioned in #6109, ```mkdir_recursive``` doesn't really need to use recursive calls, so here is an iterative version.
The other points of the proposed overhaul (renaming and existing permissions) still need to be resolved.

I also bundled an iterative ```rmdir_recursive```, for the same reason.

Please do not hesitate to provide feedback on style as this is my first code change in rust.


Trivial merge