]> git.lizzy.rs Git - rust.git/commit - src/tools/rust-analyzer
Auto merge of #81312 - dylni:clarify-btree-range-search-comments, r=m-ou-se
authorbors <bors@rust-lang.org>
Thu, 18 Mar 2021 08:18:06 +0000 (08:18 +0000)
committerbors <bors@rust-lang.org>
Thu, 18 Mar 2021 08:18:06 +0000 (08:18 +0000)
commit895a8e71b1a9fc42631f81b071bc855f7fb3e9a4
treeedd45a4a3b256f3b5f5ca48483c8f91e162e58db
parent2aafe452b898aa3fdfb2c5a1a649ed0922e1401d
parent35a2096538cf7cf2b73073a9c078dd7acd578764
Auto merge of #81312 - dylni:clarify-btree-range-search-comments, r=m-ou-se

Clarify BTree `range_search` comments

These comments were added by #81169. However, the soundness issue [might not be exploitable here](https://github.com/rust-lang/rust/pull/81169#issuecomment-765271717), so the comments should be updated.

cc `@ssomers`