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

Switch CrateMetadata's source_map_import_info from RwLock to Once #65979

Merged
merged 3 commits into from
Oct 31, 2019

Commits on Oct 30, 2019

  1. Configuration menu
    Copy the full SHA
    308c4a6 View commit details
    Browse the repository at this point in the history
  2. Change CrateMetadata's source_map_import_info from RwLock to Once

    This field is created lazily on first use and after that is read only.
    That's exactly what Once is for.
    spastorino committed Oct 30, 2019
    Configuration menu
    Copy the full SHA
    a6ac22e View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    12273cb View commit details
    Browse the repository at this point in the history