mirror of
https://github.com/rust-lang/rust.git
synced 2026-05-21 17:52:12 +03:00
1f62c24d5a
It appears `find_max_slow` comes from the BinaryHeap docs, where the try_reserve example is a slow implementation of find_max. It has no relevance to this code in OsString though.