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! {
32
32
/// a.eq_ignore_ascii_case(b) || a.eq_ignore_ascii_case("abc")
33
33
/// }
34
34
/// ```
35
- #[ clippy:: version = "1.82 .0" ]
35
+ #[ clippy:: version = "1.84 .0" ]
36
36
pub MANUAL_IGNORE_CASE_CMP ,
37
37
perf,
38
38
"manual case-insensitive ASCII comparison"
Original file line number Diff line number Diff line change @@ -97,7 +97,7 @@ declare_clippy_lint! {
97
97
/// }
98
98
/// }
99
99
/// ```
100
- #[ clippy:: version = "1.83 .0" ]
100
+ #[ clippy:: version = "1.84 .0" ]
101
101
pub REGEX_CREATION_IN_LOOPS ,
102
102
perf,
103
103
"regular expression compilation performed in a loop"
Original file line number Diff line number Diff line change @@ -47,7 +47,7 @@ declare_clippy_lint! {
47
47
/// }
48
48
/// }
49
49
/// ```
50
- #[ clippy:: version = "1.83 .0" ]
50
+ #[ clippy:: version = "1.84 .0" ]
51
51
pub UNNECESSARY_LITERAL_BOUND ,
52
52
pedantic,
53
53
"detects &str that could be &'static str in function return types"
You can’t perform that action at this time.
0 commit comments