ericphanson / ExplicitImports.jl

Developer tooling for Julia namespace management: detecting implicit imports, improper explicit imports, and improper qualified accesses
https://ericphanson.github.io/ExplicitImports.jl/
MIT License
62 stars 2 forks source link

what about stale non-explicit imports? #32

Open ericphanson opened 3 months ago

ericphanson commented 3 months ago

we will suggest converting e.g. using Foo into using Foo: Foo, even if you don't even need Foo at all!

That seems non-ideal