Stable documentation (e.g. https://doc.rust-lang.org/stable/std/collections/hash_map/struct.HashMap.html):
Page will be scrolled to the pub fn iter.
Nightly documentation (e.g. https://doc.rust-lang.org/nightly/std/collections/hash_map/struct.HashMap.html):
Nothing will happen, because the iter is inside a collapsed impl<K, V, S> HashMap<K, V, S> outer section.
Stable documentation (e.g. https://doc.rust-lang.org/stable/std/collections/hash_map/struct.HashMap.html):
[-]to collapse everythingiterin Methods sectionPage will be scrolled to the pub fn iter.
Nightly documentation (e.g. https://doc.rust-lang.org/nightly/std/collections/hash_map/struct.HashMap.html):
[-]to collapse everythingiterin Methods sectionNothing will happen, because the
iteris inside a collapsedimpl<K, V, S> HashMap<K, V, S>outer section.