Skip to content

Replace AsciiChar::SOX with associated constant STX` #92

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

Merged
merged 1 commit into from
Sep 18, 2022

Conversation

tormol
Copy link
Collaborator

@tormol tormol commented Jun 13, 2022

SOX is the wrong name. for this character.

Renaming the variant and adding SOX as associated constant
would break uses of it. both explicit and glob imports.

Fixes #78.

@tormol tormol mentioned this pull request Sep 12, 2022
SOX is the wrong name for this character.

Renaming the variant and adding SOX as associated constant
would break `use`s of it. both explicit and glob imports.

Fixes tomprogrammer#78.
@tormol tormol merged commit 7203d9a into tomprogrammer:master Sep 18, 2022
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.

AsciiChar::SOX should be AsciiChar::STX
1 participant