Skip to content

Commit

Permalink
Rollup merge of rust-lang#60238 - topecongiro:rustfmt-1.2.2, r=alexcr…
Browse files Browse the repository at this point in the history
…ichton

Update rustfmt to 1.2.2
  • Loading branch information
Centril committed Apr 30, 2019
2 parents c54b77c + 710083c commit 1ec56d8
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 @@ -2272,7 +2272,7 @@ dependencies = [
"rustc-serialize 0.3.24 (registry+https://github.com/rust-lang/crates.io-index)",
"rustc-workspace-hack 1.0.0",
"rustc_tools_util 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)",
"rustfmt-nightly 1.2.1",
"rustfmt-nightly 1.2.2",
"serde 1.0.82 (registry+https://github.com/rust-lang/crates.io-index)",
"serde_derive 1.0.81 (registry+https://github.com/rust-lang/crates.io-index)",
"serde_ignored 0.0.4 (registry+https://github.com/rust-lang/crates.io-index)",
Expand Down Expand Up @@ -3090,7 +3090,7 @@ dependencies = [

[[package]]
name = "rustfmt-nightly"
version = "1.2.1"
version = "1.2.2"
dependencies = [
"annotate-snippets 0.5.0 (registry+https://github.com/rust-lang/crates.io-index)",
"atty 0.2.11 (registry+https://github.com/rust-lang/crates.io-index)",
Expand Down
2 changes: 1 addition & 1 deletion src/tools/rustfmt

0 comments on commit 1ec56d8

Please sign in to comment.