Fix remaining RingBuffer reference

This commit is contained in:
Georg Brandl 2018-10-31 16:06:01 +01:00 committed by GitHub
parent f2cad2fc55
commit 69379fbccc
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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)
//!