fix: remove unused imports in memtable_util.rs (#3376)

This commit is contained in:
Lei, HUANG
2024-02-25 17:23:28 +08:00
committed by GitHub
parent 8059b95e37
commit 606309f49a

View File

@@ -14,7 +14,6 @@
//! Memtable test utilities.
use std::sync::atomic::{AtomicU32, Ordering};
use std::sync::Arc;
use api::helper::ColumnDataTypeWrapper;