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

Encourage format_ident! over Ident::new in docs #128

Merged
merged 2 commits into from
Aug 16, 2019

Conversation

mystor
Copy link
Collaborator

@mystor mystor commented Aug 16, 2019

format_ident! is currently not mentioned in the README.md, and in lib.rs it is mentioned after the Ident::new() example.

This patch just flips around the order these tools are taught, to encourage the raw-identifier-handling format_ident! over Ident::new().

Copy link
Owner

@dtolnay dtolnay left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks!

@dtolnay dtolnay merged commit 40b9852 into dtolnay:master Aug 16, 2019
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