mirror of
https://github.com/rust-lang/rust.git
synced 2025-11-10 12:01:23 +00:00
This commit makes the documentation of `BTreeSet::drain_filter` more consistent with that of `BTreeMap::drain_filter` after the changes in f0b8166870bd73a872642f090ae6b88e2bef922a. In particular, this explicitly documents the iteration order.