]> git.lizzy.rs Git - rust.git/commitdiff
Rollup merge of #33958 - kennytm:patch-1, r=GuillaumeGomez
authorManish Goregaokar <manishsmail@gmail.com>
Mon, 30 May 2016 15:05:47 +0000 (20:35 +0530)
committerManish Goregaokar <manishsmail@gmail.com>
Mon, 30 May 2016 15:05:47 +0000 (20:35 +0530)
Use Path::is_dir() in fs::read_dir()'s example.

Basically reverts #25508. The `is_dir()` function has been stable since 1.5.0.


Trivial merge