]> git.lizzy.rs Git - rust.git/commit
Auto merge of #32165 - alexcrichton:fix-broken-master, r=alexcrichton
authorbors <bors@rust-lang.org>
Thu, 10 Mar 2016 00:21:32 +0000 (16:21 -0800)
committerbors <bors@rust-lang.org>
Thu, 10 Mar 2016 00:21:32 +0000 (16:21 -0800)
commitcc62db802f9cb19606d3bfa4c4df0d0bc438543b
tree8885d73c8f39d28580a56da7d49124196046cd09
parent996f8181057653ba755264ad9112d73c2235c3a3
parent752f2796ba3476678c93f96acf54ae4d00e76c58
Auto merge of #32165 - alexcrichton:fix-broken-master, r=alexcrichton

collections: Fix broken doc example

PR #32135 was accidentally merged without tests passing, and unfortunately one
of the tests added was broken, so this fixes that.