Docs of impl Index
for HashMap and BTreeMap should mention they panic for a non-existent key
#47011
Labels
A-docs
Area: documentation for any part of the project, including the compiler, standard library, and tools
C-enhancement
Category: An issue proposing an enhancement or a PR with one.
It's true that you can expect this behavior from the method signature, but this is too important a detail to leave out.
What was the rustdoc syntax to document a particular impl of a trait?
The text was updated successfully, but these errors were encountered: