diff options
| author | Mara Bos <m-ou.se@m-ou.se> | 2020-11-17 16:13:55 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-11-17 16:13:55 +0100 |
| commit | 53ddb73fd31b7b1af1332f49dca229fbaa148683 (patch) | |
| tree | 01868177e9058688a056be2015934ef57704b8b3 | |
| parent | b6f52410bbdb3cc48abba8d7010db9c9c6fdc570 (diff) | |
| parent | 74d54660c115178681d15669515ee09254d0f0fb (diff) | |
| download | rust-53ddb73fd31b7b1af1332f49dca229fbaa148683.tar.gz rust-53ddb73fd31b7b1af1332f49dca229fbaa148683.zip | |
Rollup merge of #79120 - calebcartwright:update-rustfmt, r=Mark-Simulacrum
update rustfmt to v1.4.27 Fixes https://github.com/rust-lang/rustfmt/issues/4528
| -rw-r--r-- | Cargo.lock | 2 | ||||
| m--------- | src/tools/rustfmt | 10 |
2 files changed, 6 insertions, 6 deletions
diff --git a/Cargo.lock b/Cargo.lock index 51332001d53..928d19b1e2c 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -4338,7 +4338,7 @@ dependencies = [ [[package]] name = "rustfmt-nightly" -version = "1.4.26" +version = "1.4.27" dependencies = [ "annotate-snippets 0.6.1", "anyhow", diff --git a/src/tools/rustfmt b/src/tools/rustfmt -Subproject 293d7d01118c9fb5479649399e1dae60322b8e0 +Subproject 580d826e9b0f407a2d4b36696cda2f0fa8d7dda |
