about summary refs log tree commit diff
path: root/src/test/codegen/src-hash-algorithm
diff options
context:
space:
mode:
authorYuki Okushi <huyuumi.dev@gmail.com>2021-01-21 20:04:43 +0900
committerGitHub <noreply@github.com>2021-01-21 20:04:43 +0900
commit8be36b1b3ac4cfe538ef8d32faeb1021407f55b2 (patch)
tree3886456b2c539ac0513af42c3412f1a65344da99 /src/test/codegen/src-hash-algorithm
parentbcaf7dfc8f11edc82aeaf72270366236cdf5763d (diff)
parent2eb4ccd3199f085b5863f85be11e552058ddaa24 (diff)
downloadrust-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:_
![Screenshot_20210101_230901](https://user-images.githubusercontent.com/3986214/103447038-69d7a180-4c86-11eb-8fa0-0a6160a7ff7a.png)
_(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')
0 files changed, 0 insertions, 0 deletions