mirror of
https://github.com/rust-lang/rust.git
synced 2026-05-07 01:05:39 +03:00
3b2ad49a7a
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.