In example code in order to learn a library it's really helpful to read upfront what types/traits etc are imported to achieve the thing being demonstrated. Can you remove the *-import and instead import each member individually?
Motivation
Helps getting started with the library.
Are you planning to do it yourself in a pull request?
Description
In example code in order to learn a library it's really helpful to read upfront what types/traits etc are imported to achieve the thing being demonstrated. Can you remove the *-import and instead import each member individually?
Motivation
Helps getting started with the library.
Are you planning to do it yourself in a pull request?
No.