auto merge of #5481 : thestinger/rust/deque, r=z0w0
This commit is contained in:
commit
334e921421
1 changed files with 2 additions and 0 deletions
|
|
@ -8,6 +8,8 @@
|
|||
// option. This file may not be copied, modified, or distributed
|
||||
// except according to those terms.
|
||||
|
||||
//! A double-ended queue implemented as a circular buffer
|
||||
|
||||
use core::container::{Container, Mutable};
|
||||
use core::prelude::*;
|
||||
use core::vec;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue