diff --git a/stress/main.rs b/stress/main.rs index cbef2d42e..bd687a231 100644 --- a/stress/main.rs +++ b/stress/main.rs @@ -11,7 +11,7 @@ use serde_json::json; use std::collections::HashSet; use std::fs::File; use std::io::{Read, Write}; -use std::sync::{Arc, Mutex}; +use std::sync::Arc; pub struct Plan { pub ddl_statements: Vec, @@ -349,13 +349,13 @@ fn read_plan_from_log_file(opts: &Opts) -> Result