rust/src/libcore/unicode
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
..
bool_trie.rs Format libcore with rustfmt 2019-11-26 23:02:11 -08:00
mod.rs remove XID and Pattern_White_Space unicode tables from libcore 2019-09-04 13:11:11 +03:00
printable.py it's more pythonic to use 'is not None' in python files 2019-09-06 15:14:25 +08:00
printable.rs Regenerate character tables for Unicode 12.1 2019-07-12 16:29:40 -07:00
tables.rs remove XID and Pattern_White_Space unicode tables from libcore 2019-09-04 13:11:11 +03:00
unicode.py remove XID and Pattern_White_Space unicode tables from libcore 2019-09-04 13:11:11 +03:00
version.rs Remove licenses 2018-12-25 21:08:33 -07:00