From 01f281bae5b6567a64a7cbf4c3211f22a5145141 Mon Sep 17 00:00:00 2001 From: PThorpe92 Date: Sat, 9 Aug 2025 14:41:15 -0400 Subject: [PATCH] Fix doc test/comment --- core/storage/wal.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/storage/wal.rs b/core/storage/wal.rs index 9b07180c9..e077bd321 100644 --- a/core/storage/wal.rs +++ b/core/storage/wal.rs @@ -88,7 +88,7 @@ pub enum CheckpointMode { /// atomically together while sitting in a single cpu cache line. /// /// # Memory Layout: -/// ``` +/// ```ignore /// [63:32] Value bits - 32 bits for stored value /// [31:1] Reader count - 31 bits for reader count /// [0] Writer bit - 1 bit indicating exclusive write lock