Closed
Description
Location
https://doc.rust-lang.org/std/collections/hash_map/struct.Keys.html#method.rev
Summary
Found in this topic on URLO.
It shows the method Iterator::rev
on the page for hash_map::Keys
. This is misleading, because you can't actually call that method, because Keys: !DoubleEndedIterator
.