aobench: lint.

This commit is contained in:
Bill Thiede 2021-06-13 18:49:32 -07:00
parent 4cddc8571f
commit 4d5056428b
2 changed files with 2 additions and 2 deletions

2
aobench/Cargo.lock generated
View File

@ -1,3 +1,5 @@
# This file is automatically @generated by Cargo.
# It is not intended for manual editing.
[[package]] [[package]]
name = "ansi_term" name = "ansi_term"
version = "0.11.0" version = "0.11.0"

View File

@ -1,8 +1,6 @@
#[macro_use]
extern crate log; extern crate log;
extern crate rand; extern crate rand;
extern crate stderrlog; extern crate stderrlog;
#[macro_use]
extern crate structopt; extern crate structopt;
use rand::Rng; use rand::Rng;