We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
All of the other primitive types are there but not char. Note that it is present in core so I think it's just a missing re-export: http://doc.rust-lang.org/core/primitive.char.html
char
core
cc @steveklabnik
The text was updated successfully, but these errors were encountered:
std: Display primitive documentation for char
58764bc
This ended up just being a forgotten attribute on the `char` module in libunicode. Closes rust-lang#22084
Auto merge of #22114 - alexcrichton:issue-22084, r=steveklabnik
3d1c1ad
This ended up just being a forgotten attribute on the `char` module in libunicode. Closes #22084
Successfully merging a pull request may close this issue.
All of the other primitive types are there but not
char
. Note that it is present incore
so I think it's just a missing re-export: http://doc.rust-lang.org/core/primitive.char.htmlcc @steveklabnik
The text was updated successfully, but these errors were encountered: