core/mvcc: Thanks Clippy...

This commit is contained in:
Pekka Enberg
2025-02-05 13:44:55 +02:00
parent 36b487d281
commit acb98f56d5

View File

@@ -43,7 +43,7 @@ mod tests {
use crate::mvcc::database::{Database, Row, RowID};
use std::sync::atomic::AtomicU64;
use std::sync::atomic::Ordering;
use std::sync::{Arc, Once};
use std::sync::Arc;
static IDS: AtomicU64 = AtomicU64::new(1);