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

Unused traits in code examples #152

Open
amab8901 opened this issue Oct 26, 2022 · 0 comments
Open

Unused traits in code examples #152

amab8901 opened this issue Oct 26, 2022 · 0 comments

Comments

@amab8901
Copy link

The code examples on this page import the traits Streamer and IntoStreamer. But apparently, these traites aren't being used after they have been imported.

I suggest doing one of the following:

  1. remove the imports of Streamer and IntoStreamer traits from the code examples
  2. explain why those traits are necessary and how they are being implicitly used (if that's the case) in the code example
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

No branches or pull requests

1 participant