]> git.lizzy.rs Git - rust.git/commit
Auto merge of #33276 - bwinterton:btreeset-insert-doc-fix, r=GuillaumeGomez
authorbors <bors@rust-lang.org>
Sat, 30 Apr 2016 15:59:46 +0000 (08:59 -0700)
committerbors <bors@rust-lang.org>
Sat, 30 Apr 2016 15:59:46 +0000 (08:59 -0700)
commit2a815a26c8ce70e1aede585827c020d9775a8faf
tree8201170945cfe3d230abe6b1fd71e6747abbaaf2
parent9e17622449ae4280463f00dfc4b1a5f7e25f9ad0
parent3c1d08744db20cf0e414c597ab3b8d62fe4d7f66
Auto merge of #33276 - bwinterton:btreeset-insert-doc-fix, r=GuillaumeGomez

Make BTreeSet::Insert docs more consistent

Made the BTreeSet::Insert documentation consistent with the HashSet::Insert documentation by using the term 'value' instead of 'key'.

r? @steveklabnik