Kingtous/RustPlayer

Remove unused imports

rilysh opened this issue · 0 comments

There seems to be a large number of unused imports. Considering removing them as well I saw there are some unused_assignments exists, usually, the Rust compiler will emit warnings about both of them.
image