Fix over zealous lint.

This commit is contained in:
Bill Thiede 2021-06-13 18:51:07 -07:00
parent 4d5056428b
commit 33a126f4d7

View File

@ -1,3 +1,4 @@
#[macro_use]
extern crate log; extern crate log;
extern crate rand; extern crate rand;
extern crate stderrlog; extern crate stderrlog;