Skip to content

Commit 8fe2d9c

Browse files
authored
Rollup merge of rust-lang#63316 - topecongiro:rustfmt-1.4.4, r=Mark-Simulacrum
Update rustfmt to 1.4.4 The update includes bug fixes.
2 parents 8885dc2 + 93cf95b commit 8fe2d9c

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

Cargo.lock

+2-2
Original file line numberDiff line numberDiff line change
@@ -2509,7 +2509,7 @@ dependencies = [
25092509
"rustc-serialize 0.3.24 (registry+https://github.com/rust-lang/crates.io-index)",
25102510
"rustc-workspace-hack 1.0.0",
25112511
"rustc_tools_util 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
2512-
"rustfmt-nightly 1.4.3",
2512+
"rustfmt-nightly 1.4.4",
25132513
"serde 1.0.92 (registry+https://github.com/rust-lang/crates.io-index)",
25142514
"serde_derive 1.0.81 (registry+https://github.com/rust-lang/crates.io-index)",
25152515
"serde_ignored 0.0.4 (registry+https://github.com/rust-lang/crates.io-index)",
@@ -3292,7 +3292,7 @@ dependencies = [
32923292

32933293
[[package]]
32943294
name = "rustfmt-nightly"
3295-
version = "1.4.3"
3295+
version = "1.4.4"
32963296
dependencies = [
32973297
"annotate-snippets 0.6.1 (registry+https://github.com/rust-lang/crates.io-index)",
32983298
"atty 0.2.11 (registry+https://github.com/rust-lang/crates.io-index)",

src/tools/rustfmt

0 commit comments

Comments
 (0)