[manual] Mention `import Foo as _`
For loading packages just for their side-effects. Discussed here: https://discourse.julialang.org/t/is-there-tooling-to-mark-unused-imports/129638/7
Hello! I am a bot.
Thank you for your pull request!
I have assigned @JeffBezanson to this pull request.
@JeffBezanson can either choose to review this pull request themselves, or they can choose to find someone else to review this pull request.
Note: If you are a Julia committer, please make sure that your organization membership is public.
if we merge https://github.com/JuliaLang/julia/pull/58681 we should update the docs to recommend using Foo: _ over using Foo: Foo as _ on recent Julia's.