From c6612a6edf1d489c47098a0625fe562538820815 Mon Sep 17 00:00:00 2001
From: "hinto.janai" <hinto.janai@protonmail.com>
Date: Fri, 19 Apr 2024 20:15:49 -0400
Subject: [PATCH] fix lint

---
 database/benchmark/benches/main.rs | 1 +
 1 file changed, 1 insertion(+)

diff --git a/database/benchmark/benches/main.rs b/database/benchmark/benches/main.rs
index ec81fd80..74865f2a 100644
--- a/database/benchmark/benches/main.rs
+++ b/database/benchmark/benches/main.rs
@@ -75,6 +75,7 @@
 	clippy::module_inception,
 	clippy::redundant_pub_crate,
 	clippy::option_if_let_else,
+	clippy::significant_drop_tightening,
 )]
 // Allow some lints when running in debug mode.
 #![cfg_attr(debug_assertions, allow(clippy::todo, clippy::multiple_crate_versions))]