1
Post
@Hemera
There is a lint against it, so you can forbid it in your crates if you want to:
https://rust-lang.github.io/rust-clippy/stable/index.html?search=import#wildcard_imports
@rkaj Yup, and I use it.
But reading other people's code gets quickly confusing if they use wildcards...