auto merge of #5481 : thestinger/rust/deque, r=z0w0

This commit is contained in:
bors 2013-03-21 21:57:52 -07:00
commit 334e921421

View file

@ -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;