Skip to content

Conversation

@dtolnay
Copy link
Owner

@dtolnay dtolnay commented Oct 1, 2020

Op is the old name of Punct, prior to rust-lang/rust#50473 (rust-lang/rust@47d4089).

This PR replaces op with punct in variable names and function names, and replaces the private Punct::op field with Punct::ch which is rendered by the Debug impl as char, reflecting that it's the character you get by calling as_char on the Punct.

@dtolnay dtolnay merged commit ed6fc44 into dtolnay:master Oct 1, 2020
@dtolnay dtolnay deleted the op branch October 1, 2020 03:39
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.

1 participant