From 69379fbccc2a7c7971e0ee40bb8614fbcdfb3b78 Mon Sep 17 00:00:00 2001 From: Georg Brandl Date: Wed, 31 Oct 2018 16:06:01 +0100 Subject: [PATCH] Fix remaining RingBuffer reference --- src/lib.rs | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/lib.rs b/src/lib.rs index 7197df77..790f3764 100644 --- a/src/lib.rs +++ b/src/lib.rs @@ -51,8 +51,7 @@ //! - [`IndexMap`](struct.IndexMap.html) -- hash table //! - [`IndexSet`](struct.IndexSet.html) -- hash set //! - [`LinearMap`](struct.LinearMap.html) -//! - [`RingBuffer`](ring_buffer/struct.RingBuffer.html) -- single producer single consumer lockless -//! queue +//! - [`Queue`](spsc/struct.Queue.html) -- single producer single consumer lockless queue //! - [`String`](struct.String.html) //! - [`Vec`](struct.Vec.html) //!