Fix compilation: allow unused imports
With the newest nightly compiler, there are lots of unused import warnings. Forbidding unused imports (and also denying warnings) breaks compilation. Other than the sassafras crate, no other crate forbids unused imports or denies warnings.