From cdcbcafbdda681a4d2a978eb3264e166f2fcb855 Mon Sep 17 00:00:00 2001 From: Pere Diaz Bou Date: Thu, 10 Apr 2025 13:46:40 +0200 Subject: [PATCH] clipppy --- stress/main.rs | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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