Skip to content

Commit

Permalink
Auto merge of #80249 - calebcartwright:update-rustfmt, r=Mark-Simulacrum
Browse files Browse the repository at this point in the history
update rustfmt to v1.4.30

Contains fixes for a few reported bugs on current nightly (1.4.29)

Notes in: https://github.com/rust-lang/rustfmt/releases/tag/v1.4.30
  • Loading branch information
bors committed Dec 24, 2020
2 parents 49b3151 + 8cfaf94 commit 5b104fc
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions Cargo.lock
Original file line number Diff line number Diff line change
Expand Up @@ -4396,7 +4396,7 @@ dependencies = [

[[package]]
name = "rustfmt-nightly"
version = "1.4.29"
version = "1.4.30"
dependencies = [
"annotate-snippets 0.6.1",
"anyhow",
Expand Down Expand Up @@ -5342,7 +5342,7 @@ dependencies = [
"chrono",
"lazy_static",
"matchers",
"parking_lot 0.11.0",
"parking_lot 0.9.0",
"regex",
"serde",
"serde_json",
Expand Down

0 comments on commit 5b104fc

Please sign in to comment.