mirror of
https://github.com/BurntSushi/walkdir.git
synced 2025-09-28 06:00:32 +00:00
point to IntoIter's filter_entry
instead
This commit is contained in:
parent
a88d02cde4
commit
532e56d211
@ -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;
|
||||
|
Loading…
x
Reference in New Issue
Block a user