Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remove Filter from the crate's public interface #13

Merged
merged 1 commit into from
Oct 20, 2021
Merged

Remove Filter from the crate's public interface #13

merged 1 commit into from
Oct 20, 2021

Conversation

jdno
Copy link
Owner

@jdno jdno commented Oct 20, 2021

The Filter struct has been removed from the crate's public interface.
After reviewing the crate's API, it became clear that the filter does
not offer any substantial benefit over simply passing a module path and
level filter to the builder. By hiding the filter, the public interface
gets cleaned up and the crate gets easier to use.

The `Filter` struct has been removed from the crate's public interface.
After reviewing the crate's API, it became clear that the filter does
not offer any substantial benefit over simply passing a module path and
level filter to the builder. By hiding the filter, the public interface
gets cleaned up and the crate gets easier to use.
@jdno jdno self-assigned this Oct 20, 2021
@jdno jdno merged commit b3834d1 into main Oct 20, 2021
@jdno jdno deleted the hide-filter branch October 20, 2021 17:14
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant