We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
The doctest for BTreeSet::split_off currently documents usage of BTreeMap::split_off. Instead, it should document BTreeSet::split_off.
BTreeSet::split_off
BTreeMap::split_off
The text was updated successfully, but these errors were encountered:
fix doctests for BTreeSet to use BTreeSet (not BTreeMap)
4d08d05
This fixes rust-lang#47624
Rollup merge of rust-lang#47625 - astraw:btreeset-doctest-fix, r=kennytm
50e3836
fix doctests for BTreeSet to use BTreeSet (not BTreeMap) This fixes rust-lang#47624
Successfully merging a pull request may close this issue.
The doctest for
BTreeSet::split_off
currently documents usage ofBTreeMap::split_off
. Instead, it should documentBTreeSet::split_off
.The text was updated successfully, but these errors were encountered: