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

Remove extra insert_trait_implementation_for_type #5004

Commits on Aug 23, 2023

  1. Remove extra insert_trait_implementation_for_type

    The type resolution function calls this function at a later stage,
    hence this one is not needed.
    
    This makes trait map sizes smaller and saves a bunch of type ids.
    
    Partially resolves issue #5002
    anton-trunov committed Aug 23, 2023
    Configuration menu
    Copy the full SHA
    3403a19 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    9a04b57 View commit details
    Browse the repository at this point in the history