]> git.lizzy.rs Git - rust.git/commit
Auto merge of #24879 - Stebalien:vec_deque, r=alexcrichton
authorbors <bors@rust-lang.org>
Wed, 6 May 2015 03:33:42 +0000 (03:33 +0000)
committerbors <bors@rust-lang.org>
Wed, 6 May 2015 03:33:42 +0000 (03:33 +0000)
commit5b04c16bd6954a28e1bcf5fcfc7fb9a784ca2914
treef39129d59f8e11279f441e267d8983964c028af3
parent7bd71637ca40910dbd310813a19abf76db84f8f6
parentdecf395221c986d41947266febf05ae18909b0e4
Auto merge of #24879 - Stebalien:vec_deque, r=alexcrichton

According to rust-lang/rfcs#235, `VecDeque` should have this method (`VecDeque` was called `RingBuf` at the time) but it was never implemented.

I marked this stable since "1.0.0" because it's stable in `Vec`.