about summary refs log tree commit diff
diff options
context:
space:
mode:
authorMark Rousskov <mark.simulacrum@gmail.com>2020-06-11 09:11:30 -0400
committerMark Rousskov <mark.simulacrum@gmail.com>2020-06-12 10:04:35 -0400
commit688c9bd0330030c1997dd72fa08c64f26f4616d6 (patch)
treec5bbbe485bfb3a20003b08cc12d71ac3550cc3b8
parent49cae55760da0a43428eba73abcb659bb70cf2e4 (diff)
downloadrust-688c9bd0330030c1997dd72fa08c64f26f4616d6.tar.gz
rust-688c9bd0330030c1997dd72fa08c64f26f4616d6.zip
Bump rustfmt to 1.4.16
This corrects a breaking change where `#[cfg_attr(rustfmt, rustfmt_skip)]`
stopped working in 1.44.0.
-rw-r--r--Cargo.lock2
m---------src/tools/rustfmt0
2 files changed, 1 insertions, 1 deletions
diff --git a/Cargo.lock b/Cargo.lock
index 3456b65e190..b7179dbd8d7 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -4397,7 +4397,7 @@ dependencies = [
 
 [[package]]
 name = "rustfmt-nightly"
-version = "1.4.14"
+version = "1.4.16"
 dependencies = [
  "annotate-snippets",
  "bytecount",
diff --git a/src/tools/rustfmt b/src/tools/rustfmt
-Subproject e417356684a36ae9c8c4014e8f0cd86650e40dd
+Subproject 939e164c29f92bdbffdb156fa3d53aabbe9a2e0