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