From d072f929187e9628d0b9f8b19216bbd0cab47f96 Mon Sep 17 00:00:00 2001 From: khyperia <953151+khyperia@users.noreply.github.com> Date: Thu, 19 Mar 2026 07:29:51 +0100 Subject: [PATCH] Change AllocScqRing's MODE from bool to usize --- src/lfstd.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/lfstd.rs b/src/lfstd.rs index a41bda0..826e56a 100644 --- a/src/lfstd.rs +++ b/src/lfstd.rs @@ -89,7 +89,7 @@ impl crate::scq::private::Sealed for Box<[CachePadded]> {} impl crate::scq::private::Sealed for Box<[UnsafeCell>]> {} /// An SCQ ring backed by an allocation. -type AllocScqRing = ScqRing]>, MODE>; +type AllocScqRing = ScqRing]>, MODE>; impl AllocBoundedQueueInternal { /// Allocates a bounded queue, this method backs most of he