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

fix: Use a static rather than const for DSL V1 Grammar node instance #627

Merged
merged 3 commits into from
Nov 2, 2023

Conversation

Xanewok
Copy link
Contributor

@Xanewok Xanewok commented Oct 31, 2023

This previously used const for the fn instance() meaning it always returned a fresh copy with a separate allocation. The fixed behaviour should better match the intent of handing out Rcs to a single instance.

Found with Clippy.

This previously used const for the `fn instance()` meaning it always
returned a fresh copy with a separate allocation. The fixed behaviour
should better match the intent of handing out `Rc`s to a single
instance.

Found with Clippy.
@Xanewok Xanewok requested a review from a team as a code owner October 31, 2023 14:59
Copy link

changeset-bot bot commented Oct 31, 2023

⚠️ No Changeset found

Latest commit: d37e4ba

Merging this PR will not cause a version bump for any packages. If these changes should not result in a new version, you're good to go. If these changes should result in a version bump, you need to add a changeset.

This PR includes no changesets

When changesets are added to this PR, you'll see the packages that this PR includes changesets for and the associated semver types

Click here to learn what changesets are, and how to add one.

Click here if you're a maintainer who wants to add a changeset to this PR

@Xanewok
Copy link
Contributor Author

Xanewok commented Nov 2, 2023

This fixes two instances of Clippy lints, so I also removed them from the RUSTFLAGS.

@Xanewok Xanewok enabled auto-merge November 2, 2023 14:43
@Xanewok Xanewok added this pull request to the merge queue Nov 2, 2023
Merged via the queue into NomicFoundation:main with commit 29ee2e9 Nov 2, 2023
@Xanewok Xanewok deleted the fix-grammar-static branch November 2, 2023 15:32
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants