Silence some compiler warnings about unused imports
While trying something with the tests I noticed that there're some unused import warnings which can easily be silenced.
Well, currently the coding style is that unused imports are OK in tests and other non-lib places.
You'll need to test most feature combinations to check if they're safe to remove... Although the tests show that it is safe...
Rhai has a large number of features and silencing all warnings will need to explicitly qualify a lot of things in lots of places.
We try to silence warnings for lib code so projects using Rhai won't get unnecessary compile warnings
I do find the warnings very distracting as I was looking into improving the #899 situation and I'm also not attempting to fix the remaining 2 or 3 gnarlier ones. But I'm fine closing this PR if you don't want to address this cosmetic issue.
Let's run the CI and see...
Closing this for now.