In the docs for ignore::WalkBuilder::filter_entry it could be useful to note that only one filter can be used, and calling filter_entry multiple times will overwrite the previous filter.
I had assumed this call was composable such as Iterator::filter is.
Describe your feature request
In the docs for
ignore::WalkBuilder::filter_entry
it could be useful to note that only one filter can be used, and callingfilter_entry
multiple times will overwrite the previous filter.I had assumed this call was composable such as
Iterator::filter
is.