Skip to content

Commit 87180d9

Browse files
committed
0.4.1
1 parent a03b3b7 commit 87180d9

File tree

3 files changed

+6
-2
lines changed

3 files changed

+6
-2
lines changed

CHANGELOG.md

+4
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
22

33
## [Unreleased]
44

5+
## [0.4.1] 2018-03-16
6+
57
### Added
68

79
- Add `ignore` configuration option.
@@ -11,6 +13,8 @@
1113
### Fixed
1214

1315
- Fix formatting bugs.
16+
- Fix setting `reorder_modules` removing inline modules.
17+
- Format attributes on block expressions.
1418
- Support `dyn trait` syntax.
1519
- Support multiple patterns in `if let` and `while let`.
1620
- Support a pattern with parentheses.

Cargo.lock

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

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 = "0.4.0"
4+
version = "0.4.1"
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-nursery/rustfmt"

0 commit comments

Comments
 (0)