From 069209196c5dd8af0627db4a10279fc6ae3f8e87 Mon Sep 17 00:00:00 2001 From: "octoaide[bot]" <204759324+octoaide[bot]@users.noreply.github.com> Date: Thu, 30 Oct 2025 19:21:33 +0000 Subject: [PATCH] Apply comprehensive Rust lint fixes --- src/table.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/table.rs b/src/table.rs index cfb576c..9552b6e 100644 --- a/src/table.rs +++ b/src/table.rs @@ -963,7 +963,7 @@ mod tests { 5, sid.iter() .zip(tester.iter()) - .map(|(id, s)| (*id, vec![s.to_string()])) + .map(|(id, s)| (*id, vec![s.clone()])) .collect(), )] .into_iter()