From 832f9fb8a80578dca880ddf939ff4dbb230b2634 Mon Sep 17 00:00:00 2001 From: Pere Diaz Bou Date: Thu, 10 Jul 2025 12:23:33 +0200 Subject: [PATCH] clippy --- tests/integration/query_processing/test_write_path.rs | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/tests/integration/query_processing/test_write_path.rs b/tests/integration/query_processing/test_write_path.rs index 6d7e831ad..678982e01 100644 --- a/tests/integration/query_processing/test_write_path.rs +++ b/tests/integration/query_processing/test_write_path.rs @@ -742,8 +742,7 @@ fn test_read_wal_dumb_no_frames() -> anyhow::Result<()> { let tmp_db = TempDatabase::new_empty(false); let conn = tmp_db.connect_limbo(); conn.close()?; - let db_path = tmp_db.path.clone(); - db_path + tmp_db.path.clone() }; // Second connection must recover from the WAL file. Last checksum should be filled correctly. {