Skip to content

Commit 334e921

Browse files
committed
auto merge of #5481 : thestinger/rust/deque, r=z0w0
2 parents d52408d + b206017 commit 334e921

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/libstd/deque.rs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,8 @@
88
// option. This file may not be copied, modified, or distributed
99
// except according to those terms.
1010

11+
//! A double-ended queue implemented as a circular buffer
12+
1113
use core::container::{Container, Mutable};
1214
use core::prelude::*;
1315
use core::vec;

0 commit comments

Comments
 (0)