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

Delete Ident::_new_raw #420

Merged
merged 1 commit into from Nov 26, 2023
Merged

Delete Ident::_new_raw #420

merged 1 commit into from Nov 26, 2023

Conversation

dtolnay
Copy link
Owner

@dtolnay dtolnay commented Nov 26, 2023

This used to be needed prior to #331. _new_raw was the private one that existed unconditionally for use by the parser, and new_raw was public and conditional on semver-exempt being enabled. Since #331 only one is needed.

@dtolnay dtolnay marked this pull request as ready for review November 26, 2023 00:59
@dtolnay dtolnay merged commit c513462 into master Nov 26, 2023
22 checks passed
@dtolnay dtolnay deleted the newraw branch November 26, 2023 01:02
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.

None yet

1 participant