Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add more links between hash and btree collections #82434

Merged
merged 2 commits into from
Mar 18, 2021
Merged

Commits on Feb 23, 2021

  1. Add more links between hash and btree collections

    - Link from `core::hash` to `HashMap` and `HashSet`
    - Link from HashMap and HashSet to the module-level documentation on
      when to use the collection
    - Link from several collections to Wikipedia articles on the general
      concept
    jyn514 committed Feb 23, 2021
    Configuration menu
    Copy the full SHA
    68f41b8 View commit details
    Browse the repository at this point in the history

Commits on Mar 17, 2021

  1. fix whitespace

    Co-authored-by: Yuki Okushi <huyuumi.dev@gmail.com>
    jyn514 and JohnTitor committed Mar 17, 2021
    Configuration menu
    Copy the full SHA
    a7491d9 View commit details
    Browse the repository at this point in the history