-
Notifications
You must be signed in to change notification settings - Fork 12.8k
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
doc: remove needless bindings #32440
Conversation
r? @jroesch (rust_highfive has picked a reviewer for you, use r? to override) |
/// // love is many things, but it is not alphabetic | ||
/// assert!(!c.is_alphabetic()); | ||
/// assert!(!'❤️'.is_alphabetic()); |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
changing my heart, tisk tisk! 😉
So, I think I feel good about this change, but I'm not sure. @GuillaumeGomez , what do you think? |
In this case, it's obvious we're working on |
The heart change is actually breaking; 💖 is a |
@steveklabnik They both are single Unicode codepoints, but @tshepang actually had EDIT: Actually, it's supposed to be "emoji style". Either way, the second codepoint can be safely removed. |
I reverted the weird heart thing |
📌 Commit 2c48214 has been approved by |
doc: remove needless bindings The extra syntax is more noise than help in simple examples like this
doc: remove needless bindings The extra syntax is more noise than help in simple examples like this
The extra syntax is more noise than help in simple examples like this