Skip to content

Commit 38af98e

Browse files
authored
Rollup merge of rust-lang#59454 - topecongiro:rustfmt-1.2.0, r=nrc
Update rustfmt to 1.2.0 This release includes bug fixes and performance improvements from 1.1.0. Also it adds a new rustfmt tool attribute `#[rustfmt::skip::macros]`, which lets you skip formatting macro calls of your choice. cc @nrc @Centril @Xanewok
2 parents 8e0855b + c728ae0 commit 38af98e

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
@@ -2260,7 +2260,7 @@ dependencies = [
22602260
"rustc-serialize 0.3.24 (registry+https://github.com/rust-lang/crates.io-index)",
22612261
"rustc-workspace-hack 1.0.0",
22622262
"rustc_tools_util 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)",
2263-
"rustfmt-nightly 1.1.0",
2263+
"rustfmt-nightly 1.2.0",
22642264
"serde 1.0.82 (registry+https://github.com/rust-lang/crates.io-index)",
22652265
"serde_derive 1.0.81 (registry+https://github.com/rust-lang/crates.io-index)",
22662266
"serde_ignored 0.0.4 (registry+https://github.com/rust-lang/crates.io-index)",
@@ -3056,7 +3056,7 @@ dependencies = [
30563056

30573057
[[package]]
30583058
name = "rustfmt-nightly"
3059-
version = "1.1.0"
3059+
version = "1.2.0"
30603060
dependencies = [
30613061
"atty 0.2.11 (registry+https://github.com/rust-lang/crates.io-index)",
30623062
"bytecount 0.5.1 (registry+https://github.com/rust-lang/crates.io-index)",

src/tools/rustfmt

0 commit comments

Comments
 (0)