Apply clippy::has_significant_drop.

Signed-off-by: Jason Volk <jason@zemos.net>
This commit is contained in:
Jason Volk
2026-03-09 22:40:14 +00:00
parent e70bc5d665
commit beb9fa0ecd
5 changed files with 5 additions and 0 deletions

View File

@@ -2,6 +2,7 @@ use std::sync::Arc;
use crate::{Database, Engine};
#[clippy::has_significant_drop]
pub struct Cork {
engine: Arc<Engine>,
flush: bool,