@@ -6,11 +6,72 @@ document.
6
6
7
7
## Unreleased / Beta / In Rust Nightly
8
8
9
- [ 83e42a23...master] ( https://github.com/rust-lang/rust-clippy/compare/83e42a23...master )
9
+ [ 435a8ad8...master] ( https://github.com/rust-lang/rust-clippy/compare/435a8ad8...master )
10
+
11
+ ## Rust 1.71
12
+
13
+ Current stable, released 2023-07-13
14
+
15
+ <!-- FIXME: Remove the request for feedback, with the next changelog -->
16
+
17
+ We're trying out a new shorter changelog format, that only contains significant changes.
18
+ You can check out the list of merged pull requests for a list of all changes.
19
+ If you have any feedback related to the new format, please share it in
20
+ [ #10847 ] ( https://github.com/rust-lang/rust-clippy/issues/10847 )
21
+
22
+ [ View all 78 merged pull requests] ( https://github.com/rust-lang/rust-clippy/pulls?q=merged%3A2023-04-11T20%3A05%3A26Z..2023-05-20T13%3A48%3A17Z+base%3Amaster )
23
+
24
+ ### New Lints
25
+
26
+ * [ ` non_minimal_cfg ` ]
27
+ [ #10763 ] ( https://github.com/rust-lang/rust-clippy/pull/10763 )
28
+ * [ ` manual_next_back ` ]
29
+ [ #10769 ] ( https://github.com/rust-lang/rust-clippy/pull/10769 )
30
+ * [ ` ref_patterns ` ]
31
+ [ #10736 ] ( https://github.com/rust-lang/rust-clippy/pull/10736 )
32
+ * [ ` default_constructed_unit_structs ` ]
33
+ [ #10716 ] ( https://github.com/rust-lang/rust-clippy/pull/10716 )
34
+ * [ ` manual_while_let_some ` ]
35
+ [ #10647 ] ( https://github.com/rust-lang/rust-clippy/pull/10647 )
36
+ * [ ` needless_bool_assign ` ]
37
+ [ #10432 ] ( https://github.com/rust-lang/rust-clippy/pull/10432 )
38
+ * [ ` items_after_test_module ` ]
39
+ [ #10578 ] ( https://github.com/rust-lang/rust-clippy/pull/10578 )
40
+
41
+ ### Moves and Deprecations
42
+
43
+ * Rename ` integer_arithmetic ` to ` arithmetic_side_effects `
44
+ [ #10674 ] ( https://github.com/rust-lang/rust-clippy/pull/10674 )
45
+ * Moved [ ` redundant_clone ` ] to ` nursery ` (Now allow-by-default)
46
+ [ #10873 ] ( https://github.com/rust-lang/rust-clippy/pull/10873 )
47
+
48
+ ### Enhancements
49
+
50
+ * [ ` invalid_regex ` ] : Now supports the new syntax introduced after regex v1.8.0
51
+ [ #10682 ] ( https://github.com/rust-lang/rust-clippy/pull/10682 )
52
+ * [ ` semicolon_outside_block ` ] : Added [ ` semicolon-outside-block-ignore-multiline ` ] as a new config value.
53
+ [ #10656 ] ( https://github.com/rust-lang/rust-clippy/pull/10656 )
54
+ * [ ` semicolon_inside_block ` ] : Added [ ` semicolon-inside-block-ignore-singleline ` ] as a new config value.
55
+ [ #10656 ] ( https://github.com/rust-lang/rust-clippy/pull/10656 )
56
+ * [ ` unnecessary_box_returns ` ] : Added [ ` unnecessary-box-size ` ] as a new config value to set the maximum
57
+ size of ` T ` in ` Box<T> ` to be linted.
58
+ [ #10651 ] ( https://github.com/rust-lang/rust-clippy/pull/10651 )
59
+
60
+ ### Documentation Improvements
61
+
62
+ * ` cargo clippy --explain LINT ` now shows possible configuration options for the explained lint
63
+ [ #10751 ] ( https://github.com/rust-lang/rust-clippy/pull/10751 )
64
+ * New config values mentioned in this changelog will now be linked.
65
+ [ #10889 ] ( https://github.com/rust-lang/rust-clippy/pull/10889 )
66
+ * Several sections of [ Clippy's book] have been reworked
67
+ [ #10652 ] ( https://github.com/rust-lang/rust-clippy/pull/10652 )
68
+ [ #10622 ] ( https://github.com/rust-lang/rust-clippy/pull/10622 )
69
+
70
+ [ Clippy's book ] : https://doc.rust-lang.org/clippy/
10
71
11
72
## Rust 1.70
12
73
13
- Current stable, released 2023-06-01
74
+ Released 2023-06-01
14
75
15
76
[ View all 91 merged pull requests] ( https://github.com/rust-lang/rust-clippy/pulls?q=merged%3A2023-02-26T01%3A05%3A43Z..2023-04-11T13%3A27%3A30Z+base%3Amaster )
16
77
0 commit comments