mirror of
https://github.com/rust-lang/rust.git
synced 2026-04-30 06:43:20 +03:00
ff4bf73a42
Update BTreeSet::drain_filter documentation
This commit makes the documentation of `BTreeSet::drain_filter` more
consistent with that of `BTreeMap::drain_filter` after the changes in
f0b8166870.
In particular, this explicitly documents the iteration order.