File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -32,7 +32,7 @@ declare_clippy_lint! {
3232 /// a.eq_ignore_ascii_case(b) || a.eq_ignore_ascii_case("abc")
3333 /// }
3434 /// ```
35- #[ clippy:: version = "1.82 .0" ]
35+ #[ clippy:: version = "1.84 .0" ]
3636 pub MANUAL_IGNORE_CASE_CMP ,
3737 perf,
3838 "manual case-insensitive ASCII comparison"
Original file line number Diff line number Diff line change @@ -97,7 +97,7 @@ declare_clippy_lint! {
9797 /// }
9898 /// }
9999 /// ```
100- #[ clippy:: version = "1.83 .0" ]
100+ #[ clippy:: version = "1.84 .0" ]
101101 pub REGEX_CREATION_IN_LOOPS ,
102102 perf,
103103 "regular expression compilation performed in a loop"
Original file line number Diff line number Diff line change @@ -47,7 +47,7 @@ declare_clippy_lint! {
4747 /// }
4848 /// }
4949 /// ```
50- #[ clippy:: version = "1.83 .0" ]
50+ #[ clippy:: version = "1.84 .0" ]
5151 pub UNNECESSARY_LITERAL_BOUND ,
5252 pedantic,
5353 "detects &str that could be &'static str in function return types"
You can’t perform that action at this time.
0 commit comments