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

Implement Eq and Hash for GreenTokenData #174

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Commits on Nov 7, 2024

  1. Implement Eq and Hash for GreenTokenData

    `GreenToken` implements all traits required to use it as the key
    type of a hash map. It also implements `Borrow<GreenTokenData>`.
    Thus is would be nice if `GreenTokenData` also implements `Eq` and
    `Hash` such that the result of `SyntaxToken::green` can be used for
    lookups in such a hash map without additional overhead in terms of
    sytntax and runtime.
    hurryabit committed Nov 7, 2024
    Configuration menu
    Copy the full SHA
    ac472cf View commit details
    Browse the repository at this point in the history