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

filter: allow method chaining #10

Merged
merged 4 commits into from
Jan 13, 2021

Conversation

xoviat
Copy link
Contributor

@xoviat xoviat commented Jan 12, 2021

allows method chaining. shouldn't break existing code.

@jonas-schievink
Copy link
Contributor

This looks good. It's still a breaking change though, because user code can rely on the return type, but we should definitely improve this interface.

Can you update the testsuite to make use of this? I think we can remove all explicit drops now.

@xoviat
Copy link
Contributor Author

xoviat commented Jan 12, 2021

Done.

@jonas-schievink jonas-schievink merged commit 1d6f176 into stm32-rs:master Jan 13, 2021
@xoviat xoviat deleted the method-chaining branch January 13, 2021 01:37
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.

2 participants