Skip to content

Commit

Permalink
Update writer.rs
Browse files Browse the repository at this point in the history
  • Loading branch information
al8n committed Oct 25, 2024
1 parent b79b48d commit 2016acc
Showing 1 changed file with 0 additions and 12 deletions.
12 changes: 0 additions & 12 deletions src/swmr/writer.rs
Original file line number Diff line number Diff line change
Expand Up @@ -11,18 +11,6 @@ use std::sync::Arc;

use super::{reader::GenericOrderWalReader, wal::OrderCore};

#[cfg(all(
test,
any(
all_orderwal_tests,
test_swmr_constructor,
test_swmr_insert,
test_swmr_get,
test_swmr_iters,
)
))]
mod tests;

/// A ordered write-ahead log implementation for concurrent thread environments.
pub struct GenericOrderWal<K: ?Sized, V: ?Sized, M, S = Crc32> {
pub(super) core: Arc<UnsafeCell<OrderCore<K, V, M, S>>>,
Expand Down

0 comments on commit 2016acc

Please sign in to comment.