style: fix new lints
The Rust compiler seems to have gotten smarter at finding unused or redundant imports.
This commit is contained in:
@@ -6,7 +6,7 @@ print to stderr. We therefore avoid bringing in extra dependencies just for
|
||||
this functionality.
|
||||
*/
|
||||
|
||||
use log::{self, Log};
|
||||
use log::Log;
|
||||
|
||||
/// The simplest possible logger that logs to stderr.
|
||||
///
|
||||
|
||||
Reference in New Issue
Block a user