You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+15
Original file line number
Diff line number
Diff line change
@@ -64,6 +64,12 @@
64
64
### Fixed
65
65
- Remove useless `deprecated` attribute on a trait impl block in the rustfmt lib, as these now trigger errors ([rust-lang/rust/#78626](https://github.com/rust-lang/rust/pull/78626))
-**Build from source** - [Tag v1.4.24](https://github.com/rust-lang/rustfmt/tree/v1.4.24), see instructions for how to [install rustfmt from source][install-from-source]
72
+
67
73
## [1.4.23] 2020-10-30
68
74
69
75
### Changed
@@ -81,6 +87,12 @@
81
87
- Preserve comments in empty statements [#4018](https://github.com/rust-lang/rustfmt/issues/4018))
82
88
- Indentation on skipped code [#4398](https://github.com/rust-lang/rustfmt/issues/4398))
83
89
90
+
### Install/Download Options
91
+
-**crates.io package** - **pending**
92
+
-**rustup (nightly)** - n/a (superseded by [v1.4.24](#1424-2020-11-05))
-**Build from source** - [Tag v1.4.23](https://github.com/rust-lang/rustfmt/tree/v1.4.23), see instructions for how to [install rustfmt from source][install-from-source]
95
+
84
96
## [1.4.22] 2020-10-04
85
97
86
98
### Changed
@@ -1024,3 +1036,6 @@ from formatting an attribute #3665
1024
1036
- Handle tabs properly inside macro with braces (#1918).
1025
1037
- Fix a typo in `compute_budgets_for_args()` (#1924).
1026
1038
- Recover comment between keyword (`impl` and `trait`) and `{` which used to get removed (#1925).
0 commit comments