diff options
| author | Yuki Okushi <huyuumi.dev@gmail.com> | 2021-01-21 20:04:43 +0900 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-01-21 20:04:43 +0900 |
| commit | 8be36b1b3ac4cfe538ef8d32faeb1021407f55b2 (patch) | |
| tree | 3886456b2c539ac0513af42c3412f1a65344da99 /src/test/codegen/src-hash-algorithm/src-hash-algorithm-md5.rs | |
| parent | bcaf7dfc8f11edc82aeaf72270366236cdf5763d (diff) | |
| parent | 2eb4ccd3199f085b5863f85be11e552058ddaa24 (diff) | |
| download | rust-8be36b1b3ac4cfe538ef8d32faeb1021407f55b2.tar.gz rust-8be36b1b3ac4cfe538ef8d32faeb1021407f55b2.zip | |
Rollup merge of #80601 - steffahn:improve_format_string_grammar, r=m-ou-se
Improve grammar in documentation of format strings
The docs previously were
* using some weird `<` and `>` around some nonterminals
* _correct me if these **did** have any meaning_
* using of a (not explicitly defined) `text` nonterminal that didn’t explicitly disallow productions containing `'{'` or `'}'`
* incorrect in not allowing for `x?` and `X?` productions of `type`
* unnecessarily ambiguous, both
* allowing `type` to be `''`, and
* using an optional `[type]`
* using inconsistent underscore/hyphenation style between `format_string` and `format_spec` vs `maybe-format`
_Rendered:_

_(current docs: https://doc.rust-lang.org/nightly/std/fmt/#syntax)_
```@rustbot``` modify labels: T-doc
Diffstat (limited to 'src/test/codegen/src-hash-algorithm/src-hash-algorithm-md5.rs')
0 files changed, 0 insertions, 0 deletions
