]> git.lizzy.rs Git - rust.git/commit
auto merge of #11961 : niftynif/rust/btree, r=brson
authorbors <bors@rust-lang.org>
Wed, 12 Feb 2014 00:31:48 +0000 (16:31 -0800)
committerbors <bors@rust-lang.org>
Wed, 12 Feb 2014 00:31:48 +0000 (16:31 -0800)
commita4a908eafd49236e9b887031e3474fc5148b4e82
tree73e19fa3b844f8fb87979f9ad092e10f191d20e2
parent0ac6e5afda2a9741d50d6b5c557ee16fee44878f
parent184367093f635dccac64d0fb5d7d534a19555194
auto merge of #11961 : niftynif/rust/btree, r=brson

I implemented an add method for the btree in progress.  It is intended to be refactored later using an alternative to .clone() that passes the borrow checker, but for now, it works as intended. r? @catamorphism