You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.The text was updated successfully, but these errors were encountered: