HashMap documentation inconsistency #67093
Labels
A-docs
Area: Documentation for any part of the project, including the compiler, standard library, and tools
C-bug
Category: This is a bug.
E-easy
Call for participation: Easy difficulty. Experience needed to fix: Not much. Good first issue.
T-libs-api
Relevant to the library API team, which will review and decide on the PR/issue.
The online docs (https://doc.rust-lang.org/std/collections/hash_map/index.html) claim that
(from https://github.com/rust-lang/rust/blob/master/src/libstd/collections/mod.rs#L436)
(from https://github.com/rust-lang/rust/blob/master/src/libstd/collections/hash/map.rs#L17)
I suspect the module docs are out of date, and should have been updated in cf46bd5.
The text was updated successfully, but these errors were encountered: