Open OpenByteDev opened 4 years ago
This pull requests fixes the warnings produced by cargo by adding the dyn keyword to trait objects and removing a duplicate import.
dyn
This pull requests fixes the warnings produced by cargo by adding the
dyn
keyword to trait objects and removing a duplicate import.