]> git.lizzy.rs Git - rust.git/commit
fs: use an iterative algorithm for 'rmdir_recursive'
authorLaurent Bonnans <bonnans.l@gmail.com>
Wed, 26 Feb 2014 18:16:53 +0000 (19:16 +0100)
committerLaurent Bonnans <bonnans.l@gmail.com>
Mon, 10 Mar 2014 18:27:59 +0000 (19:27 +0100)
commit2d754b49daa897656f6df5aa24b7560dbc35205e
tree3159bcec9c44c897a53326cf1bee41170503f664
parent0fcd5d54552ec758f9e6c6f70071247fb13e117f
fs: use an iterative algorithm for 'rmdir_recursive'

For now, the windows version uses stat, just as before.
We should switch back to lstat as soon as #12795 is closed.
src/libstd/io/fs.rs