1
Fork 0

Bump stage0 rustfmt to nightly-2020-11-19

This pulls in https://github.com/rust-lang/rustfmt/pull/4507,
allowing us to remove a semicolon in an internal libstd macro
This commit is contained in:
Aaron Hill 2020-11-18 23:11:38 -05:00
parent 5d26145dee
commit b03d4b0ee9
No known key found for this signature in database
GPG key ID: B4087E510E98B164

View file

@ -19,7 +19,7 @@ rustc: beta
# bootstrapping issues with use of new syntax in this repo. If you're looking at
# the beta/stable branch, this key should be omitted, as we don't want to depend
# on rustfmt from nightly there.
rustfmt: nightly-2020-10-12
rustfmt: nightly-2020-11-19
# When making a stable release the process currently looks like:
#