com-lihaoyi / mill

Your shiny new Java/Scala build tool!
https://mill-build.com/
MIT License
2k stars 308 forks source link

Remove some warnings #3126

Closed romain-gilles-ultra closed 3 months ago

romain-gilles-ultra commented 3 months ago

While I was working on the ScoverageModule I got some warnings from IDEA. I fix some of the warnings, unwarp some forwarding calls, and make type declarations more consistent with the parent trait.

romain-gilles-ultra commented 3 months ago

Maybe a last option is to close this PR as mostly what you would accept is the change from Target[..] to T[..] no?