Skip to content

Commit 7052371

Browse files
author
blake2-ppc
committed
extra: Rename deque::Deque to ringbuf::RingBuf and impl trait Deque
Let RingBuf have a logical name for a concrete type, and Deque is used for the Deque trait (implemented by RingBuf and dlist).
1 parent 6a95e49 commit 7052371

File tree

5 files changed

+237
-213
lines changed

5 files changed

+237
-213
lines changed

src/libextra/extra.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,9 +69,9 @@ pub mod flatpipes;
6969

7070
pub mod container;
7171
pub mod bitv;
72-
pub mod deque;
7372
pub mod fun_treemap;
7473
pub mod list;
74+
pub mod ringbuf;
7575
pub mod priority_queue;
7676
pub mod smallintmap;
7777

0 commit comments

Comments
 (0)