mirror of
https://github.com/aljazceru/turso.git
synced 2025-12-19 01:24:20 +01:00
core/mvcc: Thanks Clippy...
This commit is contained in:
@@ -43,7 +43,7 @@ mod tests {
|
|||||||
use crate::mvcc::database::{Database, Row, RowID};
|
use crate::mvcc::database::{Database, Row, RowID};
|
||||||
use std::sync::atomic::AtomicU64;
|
use std::sync::atomic::AtomicU64;
|
||||||
use std::sync::atomic::Ordering;
|
use std::sync::atomic::Ordering;
|
||||||
use std::sync::{Arc, Once};
|
use std::sync::Arc;
|
||||||
|
|
||||||
static IDS: AtomicU64 = AtomicU64::new(1);
|
static IDS: AtomicU64 = AtomicU64::new(1);
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user