Skip to content

Commit acd6476

Browse files
committed
add release notes for 1.58.1
1 parent 408709d commit acd6476

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

Diff for: RELEASES.md

+13
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,16 @@
1+
Version 1.58.1 (2022-01-19)
2+
===========================
3+
4+
* [Handle captured arguments in the `useless_format` Clippy lint][clippy/8295]
5+
* [Move `non_send_fields_in_send_ty` Clippy lint to nursery][clippy/8075]
6+
* [Fix wrong error message displayed when some imports are missing][91254]
7+
* [Fix rustfmt not formatting generated files from stdin][92912]
8+
9+
[91254]: https://github.com/rust-lang/rust/pull/91254
10+
[92912]: https://github.com/rust-lang/rust/pull/92912
11+
[clippy/8075]: https://github.com/rust-lang/rust-clippy/pull/8075
12+
[clippy/8295]: https://github.com/rust-lang/rust-clippy/pull/8295
13+
114
Version 1.58.0 (2022-01-13)
215
==========================
316

0 commit comments

Comments
 (0)