]> git.lizzy.rs Git - rust.git/commit
auto merge of #15727 : fhahn/rust/remove-some-unwraps, r=alexcrichton
authorbors <bors@rust-lang.org>
Fri, 18 Jul 2014 07:51:22 +0000 (07:51 +0000)
committerbors <bors@rust-lang.org>
Fri, 18 Jul 2014 07:51:22 +0000 (07:51 +0000)
commit5980aa0f22849b8d4f25c8d30584e0e2bc82a9b8
treeb55218e242f945e860cc08150353f511aaa294eb
parent8067d03679a7526b33cfc921432beb4eb9b5271b
parent1565df1ccf950621b43f18949480d41cf3f6b37a
auto merge of #15727 : fhahn/rust/remove-some-unwraps, r=alexcrichton

When looking through the `btree` code, I stumbled over a couple of `unwraps` that could be avoided.