Skip to content

Commit 1ec56d8

Browse files
authored
Rollup merge of rust-lang#60238 - topecongiro:rustfmt-1.2.2, r=alexcrichton
Update rustfmt to 1.2.2
2 parents c54b77c + 710083c commit 1ec56d8

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

Diff for: Cargo.lock

+2-2
Original file line numberDiff line numberDiff line change
@@ -2272,7 +2272,7 @@ dependencies = [
22722272
"rustc-serialize 0.3.24 (registry+https://github.com/rust-lang/crates.io-index)",
22732273
"rustc-workspace-hack 1.0.0",
22742274
"rustc_tools_util 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)",
2275-
"rustfmt-nightly 1.2.1",
2275+
"rustfmt-nightly 1.2.2",
22762276
"serde 1.0.82 (registry+https://github.com/rust-lang/crates.io-index)",
22772277
"serde_derive 1.0.81 (registry+https://github.com/rust-lang/crates.io-index)",
22782278
"serde_ignored 0.0.4 (registry+https://github.com/rust-lang/crates.io-index)",
@@ -3090,7 +3090,7 @@ dependencies = [
30903090

30913091
[[package]]
30923092
name = "rustfmt-nightly"
3093-
version = "1.2.1"
3093+
version = "1.2.2"
30943094
dependencies = [
30953095
"annotate-snippets 0.5.0 (registry+https://github.com/rust-lang/crates.io-index)",
30963096
"atty 0.2.11 (registry+https://github.com/rust-lang/crates.io-index)",

Diff for: src/tools/rustfmt

0 commit comments

Comments
 (0)