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
COMMENT="**Seems that you are trying to add a new lint!**\nWe are currently in a [feature freeze](https://doc.rust-lang.org/nightly/clippy/development/feature_freeze.html), so we are delaying all lint-adding PRs to August 1st and focusing on bugfixes.\nThanks a lot for your contribution, and sorry for the inconvenience.\nWith ❤ from the Clippy team"
[View all 126 merged pull requests](https://github.com/rust-lang/rust-clippy/pulls?q=merged%3A2025-03-21T10%3A30%3A57Z..2025-05-01T08%3A03%3A26Z+base%3Amaster)
16
+
17
+
### New Lints
18
+
19
+
* Added [`swap_with_temporary`] to `complexity`[#14046](https://github.com/rust-lang/rust-clippy/pull/14046)
20
+
* Added [`redundant_test_prefix`] to `restriction`[#13710](https://github.com/rust-lang/rust-clippy/pull/13710)
21
+
* Added [`manual_dangling_ptr`] to `style`[#14107](https://github.com/rust-lang/rust-clippy/pull/14107)
22
+
* Added [`char_indices_as_byte_indices`] to `correctness`[#13435](https://github.com/rust-lang/rust-clippy/pull/13435)
23
+
* Added [`manual_abs_diff`] to `complexity`[#14482](https://github.com/rust-lang/rust-clippy/pull/14482)
24
+
* Added [`ignore_without_reason`] to `pedantic`[#13931](https://github.com/rust-lang/rust-clippy/pull/13931)
25
+
26
+
### Moves and Deprecations
27
+
28
+
* Moved [`uninlined_format_args`] to `style` (from `pedantic`)
*[`empty_enum_variants_with_brackets`] no longer lints reachable enums or enums used
48
+
as functions within same crate [#12971](https://github.com/rust-lang/rust-clippy/pull/12971)
49
+
*[`needless_lifetimes`] now checks for lifetime uses in closures
Copy file name to clipboardExpand all lines: src/tools/clippy/book/src/README.md
+4Lines changed: 4 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,9 @@
1
1
# Clippy
2
2
3
+
[### IMPORTANT NOTE FOR CONTRIBUTORS ================](development/feature_freeze.md)
4
+
5
+
----
6
+
3
7
[](https://github.com/rust-lang/rust-clippy#license)
4
8
5
9
A collection of lints to catch common mistakes and improve your
0 commit comments