@@ -6,11 +6,46 @@ document.
6
6
7
7
## Unreleased / Beta / In Rust Nightly
8
8
9
- [b794b8e0...master](https://github.com/rust-lang/rust-clippy/compare/b794b8e0...master)
9
+ [ 0f8eabd6...master] ( https://github.com/rust-lang/rust-clippy/compare/0f8eabd6...master )
10
+
11
+ ## Rust 1.82
12
+
13
+ Current stable, released 2024-10-17
14
+
15
+ [ View all 108 merged pull requests] ( https://github.com/rust-lang/rust-clippy/pulls?q=merged%3A2024-07-11T20%3A12%3A07Z..2024-08-24T20%3A55%3A35Z+base%3Amaster )
16
+
17
+ ### New Lints
18
+
19
+ * Added [ ` too_long_first_doc_paragraph ` ] to ` nursery `
20
+ [ #12993 ] ( https://github.com/rust-lang/rust-clippy/pull/12993 )
21
+ * Added [ ` unused_result_ok ` ] to ` restriction `
22
+ [ #12150 ] ( https://github.com/rust-lang/rust-clippy/pull/12150 )
23
+ * Added [ ` pathbuf_init_then_push ` ] to ` restriction `
24
+ [ #11700 ] ( https://github.com/rust-lang/rust-clippy/pull/11700 )
25
+
26
+ ### Enhancements
27
+
28
+ * [ ` explicit_iter_loop ` ] : Now respects the ` msrv ` configuration
29
+ [ #13288 ] ( https://github.com/rust-lang/rust-clippy/pull/13288 )
30
+ * [ ` assigning_clones ` ] : No longer lints in test code
31
+ [ #13273 ] ( https://github.com/rust-lang/rust-clippy/pull/13273 )
32
+ * [ ` inconsistent_struct_constructor ` ] : Lint attributes now work on the struct definition
33
+ [ #13211 ] ( https://github.com/rust-lang/rust-clippy/pull/13211 )
34
+ * [ ` set_contains_or_insert ` ] : Now also checks for ` BTreeSet `
35
+ [ #13053 ] ( https://github.com/rust-lang/rust-clippy/pull/13053 )
36
+ * [ ` doc_markdown ` ] : Added the following identifiers to [ ` doc-valid-idents ` ] : AccessKit,
37
+ CoreFoundation, CoreGraphics, CoreText, Direct2D, Direct3D, DirectWrite, PostScript,
38
+ OpenAL, OpenType, WebRTC, WebSocket, WebTransport, NetBSD, and OpenBSD
39
+ [ #13093 ] ( https://github.com/rust-lang/rust-clippy/pull/13093 )
40
+
41
+ ### ICE Fixes
42
+
43
+ * [ ` uninit_vec ` ]
44
+ [ rust #128720 ] ( https://github.com/rust-lang/rust/pull/128720 )
10
45
11
46
## Rust 1.81
12
47
13
- Current stable, released 2024-09-05
48
+ Released 2024-09-05
14
49
15
50
### New Lints
16
51
@@ -5621,6 +5656,7 @@ Released 2018-09-13
5621
5656
[ `manual_find_map` ] : https://rust-lang.github.io/rust-clippy/master/index.html#manual_find_map
5622
5657
[ `manual_flatten` ] : https://rust-lang.github.io/rust-clippy/master/index.html#manual_flatten
5623
5658
[ `manual_hash_one` ] : https://rust-lang.github.io/rust-clippy/master/index.html#manual_hash_one
5659
+ [ `manual_ignore_case_cmp` ] : https://rust-lang.github.io/rust-clippy/master/index.html#manual_ignore_case_cmp
5624
5660
[ `manual_inspect` ] : https://rust-lang.github.io/rust-clippy/master/index.html#manual_inspect
5625
5661
[ `manual_instant_elapsed` ] : https://rust-lang.github.io/rust-clippy/master/index.html#manual_instant_elapsed
5626
5662
[ `manual_is_ascii_check` ] : https://rust-lang.github.io/rust-clippy/master/index.html#manual_is_ascii_check
@@ -5874,6 +5910,7 @@ Released 2018-09-13
5874
5910
[ `ref_option` ] : https://rust-lang.github.io/rust-clippy/master/index.html#ref_option
5875
5911
[ `ref_option_ref` ] : https://rust-lang.github.io/rust-clippy/master/index.html#ref_option_ref
5876
5912
[ `ref_patterns` ] : https://rust-lang.github.io/rust-clippy/master/index.html#ref_patterns
5913
+ [ `regex_creation_in_loops` ] : https://rust-lang.github.io/rust-clippy/master/index.html#regex_creation_in_loops
5877
5914
[ `regex_macro` ] : https://rust-lang.github.io/rust-clippy/master/index.html#regex_macro
5878
5915
[ `renamed_function_params` ] : https://rust-lang.github.io/rust-clippy/master/index.html#renamed_function_params
5879
5916
[ `repeat_once` ] : https://rust-lang.github.io/rust-clippy/master/index.html#repeat_once
@@ -6027,6 +6064,7 @@ Released 2018-09-13
6027
6064
[ `unnecessary_get_then_check` ] : https://rust-lang.github.io/rust-clippy/master/index.html#unnecessary_get_then_check
6028
6065
[ `unnecessary_join` ] : https://rust-lang.github.io/rust-clippy/master/index.html#unnecessary_join
6029
6066
[ `unnecessary_lazy_evaluations` ] : https://rust-lang.github.io/rust-clippy/master/index.html#unnecessary_lazy_evaluations
6067
+ [ `unnecessary_literal_bound` ] : https://rust-lang.github.io/rust-clippy/master/index.html#unnecessary_literal_bound
6030
6068
[ `unnecessary_literal_unwrap` ] : https://rust-lang.github.io/rust-clippy/master/index.html#unnecessary_literal_unwrap
6031
6069
[ `unnecessary_map_on_constructor` ] : https://rust-lang.github.io/rust-clippy/master/index.html#unnecessary_map_on_constructor
6032
6070
[ `unnecessary_min_or_max` ] : https://rust-lang.github.io/rust-clippy/master/index.html#unnecessary_min_or_max
0 commit comments