3 ms·
Wildcard imports are a horrible idea. (And anyone pushing to have a "prelude" for their library is making it worse. Please don't.) Clippy `wildcard_imports =
by yencabulator 7d ago
Wildcard imports are a horrible idea.
(And anyone pushing to have a "prelude" for their library is making it worse. Please don't.)
Clippy `wildcard_imports = "warn"` is your friend.