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
The docs in std::fmt still make references to the d, u and s specifiers, which were removed with #19040
d
u
s
Also, is the section "Argument types" still relevant?
The text was updated successfully, but these errors were encountered:
remove deprecated stuff from std::fmt docs
7dadb14
Fixes rust-lang#19209
auto merge of #19212 : steveklabnik/rust/doc_format_specifiers, r=ale…
8d7b319
…xcrichton Fixes #19209
Merge pull request rust-lang#19209 from niller-g/master
8a493b1
Parser inline test codegen panics and/or does not run
Successfully merging a pull request may close this issue.
The docs in std::fmt still make references to the
d
,u
ands
specifiers, which were removed with #19040Also, is the section "Argument types" still relevant?
The text was updated successfully, but these errors were encountered: