rust/src/libcore/fmt
David Tolnay 95e00bfed8
Format libcore with rustfmt
This commit applies rustfmt with default settings to files in
src/libcore *that are not involved in any currently open PR* to minimize
merge conflicts. The list of files involved in open PRs was determined
by querying GitHub's GraphQL API with this script:
https://gist.github.com/dtolnay/aa9c34993dc051a4f344d1b10e4487e8

With the list of files from the script in `outstanding_files`, the
relevant commands were:

    $ find src/libcore -name '*.rs' | xargs rustfmt --edition=2018
    $ rg libcore outstanding_files | xargs git checkout --

Repeating this process several months apart should get us coverage of
most of the rest of libcore.
2019-11-26 23:02:11 -08:00
..
rt Remove licenses 2018-12-25 21:08:33 -07:00
builders.rs move debug_map assertions after check for err 2019-10-10 10:01:47 +10:00
float.rs Format libcore with rustfmt 2019-11-26 23:02:11 -08:00
mod.rs Format libcore with rustfmt 2019-11-26 23:02:11 -08:00
num.rs Have tidy ensure that we document all unsafe blocks in libcore 2019-11-06 11:04:42 +01:00