Skip to content

Commit 97d0301

Browse files
Release v1.4.22
1 parent bdb1c44 commit 97d0301

File tree

3 files changed

+16
-2
lines changed

3 files changed

+16
-2
lines changed

Diff for: CHANGELOG.md

+14
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,20 @@
22

33
## [Unreleased]
44

5+
## [1.4.22] 2020-10-04
6+
7+
### Changed
8+
9+
- Update `rustc-ap-*` crates to v679.0.0
10+
- Add config option to allow control of leading match arm pipes
11+
- Support `RUSTFMT` environment variable in `cargo fmt` to run specified `rustfmt` instance
12+
13+
14+
### Fixed
15+
16+
- Fix preservation of type aliases within extern blocks
17+
18+
519
## [1.4.9] 2019-10-07
620

721
### Changed

Diff for: Cargo.lock

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Diff for: Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[package]
22

33
name = "rustfmt-nightly"
4-
version = "1.4.21"
4+
version = "1.4.22"
55
authors = ["Nicholas Cameron <[email protected]>", "The Rustfmt developers"]
66
description = "Tool to find and fix Rust formatting issues"
77
repository = "https://github.com/rust-lang/rustfmt"

0 commit comments

Comments
 (0)