@@ -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 ` style `
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
0 commit comments