We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5baba86 commit d5944c9Copy full SHA for d5944c9
CHANGELOG.md
@@ -2,9 +2,27 @@
2
3
## [Unreleased]
4
5
+## [1.4.7] 2019-09-06
6
+
7
+### Added
8
9
+- Add `--config` command line option.
10
11
+### Changed
12
13
+- Update `rustc-ap-*` crates to 581.0.0.
14
+- rustfmt now do not warn against trailing whitespaces inside macro calls.
15
16
+### Fixed
17
18
+- Fix `merge_imports` generating invalid code.
19
+- Fix removing discriminant values on enum variants.
20
+- Fix modules defined inside `cfg_if!` not being formatted.
21
+- Fix minor formatting issues.
22
23
## [1.4.6] 2019-08-28
24
-## Added
25
26
27
- Add `--message-format` command line option to `cargo-fmt`.
28
- Add `-l,--files-with-diff` command line option to `rustfmt`.
0 commit comments