Skip to content

Commit bcf5287

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 ef865ee + 93cf95b commit bcf5287

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
@@ -2501,7 +2501,7 @@ dependencies = [
25012501
"rustc-serialize 0.3.24 (registry+https://github.com/rust-lang/crates.io-index)",
25022502
"rustc-workspace-hack 1.0.0",
25032503
"rustc_tools_util 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
2504-
"rustfmt-nightly 1.4.3",
2504+
"rustfmt-nightly 1.4.4",
25052505
"serde 1.0.92 (registry+https://github.com/rust-lang/crates.io-index)",
25062506
"serde_derive 1.0.81 (registry+https://github.com/rust-lang/crates.io-index)",
25072507
"serde_ignored 0.0.4 (registry+https://github.com/rust-lang/crates.io-index)",
@@ -3285,7 +3285,7 @@ dependencies = [
32853285

32863286
[[package]]
32873287
name = "rustfmt-nightly"
3288-
version = "1.4.3"
3288+
version = "1.4.4"
32893289
dependencies = [
32903290
"annotate-snippets 0.6.1 (registry+https://github.com/rust-lang/crates.io-index)",
32913291
"atty 0.2.11 (registry+https://github.com/rust-lang/crates.io-index)",

src/tools/rustfmt

0 commit comments

Comments
 (0)