rust/src/libcore/ops
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
..
arith.rs Format libcore with rustfmt 2019-11-26 23:02:11 -08:00
bit.rs Format libcore with rustfmt 2019-11-26 23:02:11 -08:00
deref.rs Format libcore with rustfmt 2019-11-26 23:02:11 -08:00
drop.rs Fix broken links to second edition TRPL. 2019-01-01 12:53:07 -05:00
function.rs Format libcore with rustfmt 2019-11-26 23:02:11 -08:00
generator.rs Change generator trait to use pinning 2019-01-27 22:58:53 +01:00
index.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
range.rs Format libcore with rustfmt 2019-11-26 23:02:11 -08:00
try.rs Snap cfgs 2019-11-12 16:36:57 -05:00
unsize.rs Format libcore with rustfmt 2019-11-26 23:02:11 -08:00