point to IntoIter's filter_entry instead

This commit is contained in:
Yufeng Wang 2017-06-28 22:20:35 -04:00 committed by Andrew Gallant
parent a88d02cde4
commit 532e56d211

View File

@ -82,7 +82,7 @@ for entry in walker.filter_entry(|e| !is_hidden(e)) {
}
```
[`filter_entry`]: struct.FilterEntry.html#method.filter_entry
[`filter_entry`]: struct.IntoIter.html#method.filter_entry
*/
#[cfg(windows)] extern crate kernel32;
#[cfg(windows)] extern crate winapi;