Solve compiler warnings
Warnings:
- An explicit
[[bin]]
section is specified in Cargo.toml which currently disables Cargo from automatically inferring other binary targets. - Unused imports
- trailing semicolon in macro used in expression position
- trait objects without an explicit
dyn
are deprecated - unused
Result
that must be used