about summary refs log tree commit diff
path: root/src/test/codegen/src-hash-algorithm
diff options
context:
space:
mode:
authorMazdak Farrokhzad <twingoow@gmail.com>2019-12-01 04:49:31 +0100
committerGitHub <noreply@github.com>2019-12-01 04:49:31 +0100
commit3db3f156f11cd16fe07a0b90c26740737e29be60 (patch)
treef710d1d16b622b45c84364e6cbfc6e4259f1841d /src/test/codegen/src-hash-algorithm
parentd4f59564e7898adcce6eaf432e710337ba8cca4c (diff)
parent1c4d4539690fe841aefea2f54c243be5f0579970 (diff)
downloadrust-3db3f156f11cd16fe07a0b90c26740737e29be60.tar.gz
rust-3db3f156f11cd16fe07a0b90c26740737e29be60.zip
Rollup merge of #66890 - dtolnay:fmt4, r=Dylan-DPC
Format liballoc with rustfmt

Same strategy as #66691 -- as with my previous formatting PRs, I am avoiding causing merge conflicts in other PRs by only touches those files that are not involved in any currently open PR. Files that appear in new PRs between when this PR is opened and when it makes it to the top of the bors queue will be reverted from this PR.

The list of files involved in open PRs is 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/liballoc -name '*.rs' \
    | xargs rustfmt --edition=2018 --unstable-features --skip-children
$ rg liballoc outstanding_files | xargs git checkout --
```

To confirm no funny business:

```
$ git checkout $THIS_COMMIT^
$ git show --pretty= --name-only $THIS_COMMIT \
    | xargs rustfmt --edition=2018 --unstable-features --skip-children
$ git diff $THIS_COMMIT  # there should be no difference
```

r? @Dylan-DPC
Diffstat (limited to 'src/test/codegen/src-hash-algorithm')
0 files changed, 0 insertions, 0 deletions