]> git.lizzy.rs Git - rust.git/commit
fs::walk_dir example without unstable features
authorJohannes Hoff <johshoff@gmail.com>
Sat, 16 May 2015 23:07:52 +0000 (16:07 -0700)
committerJohannes Hoff <johshoff@gmail.com>
Sat, 16 May 2015 23:07:52 +0000 (16:07 -0700)
commitb6e755df66eb5c54055ceef559ff985ddf78c446
treee9745495ccbe57ffa3ce3ec122b33ec986f2395e
parent0d707d15f6ee4bef23cca36ce5f98aaf0ca707f9
fs::walk_dir example without unstable features

The current version of the example won't compile due to unstable features.
This is an attempt to fix that, at the cost of slightly more verbose code.
src/libstd/fs.rs