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

Move string interning to util #8419

Merged
merged 2 commits into from
Jun 30, 2020
Merged

Move string interning to util #8419

merged 2 commits into from
Jun 30, 2020

Commits on Jun 26, 2020

  1. Move string interning to util

    Code that handles string interning is rather an util functionality than
    a core functionality.
    est31 committed Jun 26, 2020
    Configuration menu
    Copy the full SHA
    7f73a6c View commit details
    Browse the repository at this point in the history
  2. Make leak function private

    The leak function is never used outside of interning.rs
    and I don't think it makes any sense to use it.
    est31 committed Jun 26, 2020
    Configuration menu
    Copy the full SHA
    836e91c View commit details
    Browse the repository at this point in the history