Skip to content

Commit

Permalink
Rollup merge of #117740 - majaha:format_docs, r=joshtriplett
Browse files Browse the repository at this point in the history
Add some links and minor explanatory comments to `std::fmt`

I thought the documentation for the `#` flag could do with a link to the explanation of the `?xXbo` flags, because at that point they haven't been explained yet and it's a bit confusing.

I also added that the `0` flag overrides the fill character and alignment flag, here's a [Rust Playgrond](https://play.rust-lang.org/?version=stable&mode=debug&edition=2021&gist=0d580b7b78b8a2d8c08a2fc7a936ef17) that shows what I mean.
  • Loading branch information
matthiaskrgr authored Feb 11, 2024
2 parents 97741eb + 083e8a2 commit 6e6076d
Showing 0 changed files with 0 additions and 0 deletions.

0 comments on commit 6e6076d

Please sign in to comment.