mirror of
https://github.com/rust-embedded/heapless.git
synced 2025-09-27 12:30:35 +00:00
Fix remaining RingBuffer reference
This commit is contained in:
parent
f2cad2fc55
commit
69379fbccc
@ -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)
|
||||
//!
|
||||
|
Loading…
x
Reference in New Issue
Block a user