How to warn of unused imports?

cy via Digitalmars-d-learn digitalmars-d-learn at puremagic.com
Mon Feb 8 00:25:09 PST 2016


When I factor out code from my modules, it really, really often 
leaves import statements that just sit there doing nothing, 
making it look like my program is more complex than it is. How do 
I get warned for leaving those, and a list of which ones I can 
safely remove?


More information about the Digitalmars-d-learn mailing list