mirror of
https://github.com/rust-lang/rust.git
synced 2025-11-18 18:47:33 +00:00
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.