|
1 | 1 | error: lint `clippy::almost_complete_letter_range` has been renamed to `clippy::almost_complete_range`
|
2 |
| - --> $DIR/rename.rs:41:9 |
| 2 | + --> $DIR/rename.rs:42:9 |
3 | 3 | |
|
4 | 4 | LL | #![warn(clippy::almost_complete_letter_range)]
|
5 | 5 | | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use the new name: `clippy::almost_complete_range`
|
6 | 6 | |
|
7 | 7 | = note: `-D renamed-and-removed-lints` implied by `-D warnings`
|
8 | 8 |
|
9 | 9 | error: lint `clippy::blacklisted_name` has been renamed to `clippy::disallowed_names`
|
10 |
| - --> $DIR/rename.rs:42:9 |
| 10 | + --> $DIR/rename.rs:43:9 |
11 | 11 | |
|
12 | 12 | LL | #![warn(clippy::blacklisted_name)]
|
13 | 13 | | ^^^^^^^^^^^^^^^^^^^^^^^^ help: use the new name: `clippy::disallowed_names`
|
14 | 14 |
|
15 | 15 | error: lint `clippy::block_in_if_condition_expr` has been renamed to `clippy::blocks_in_if_conditions`
|
16 |
| - --> $DIR/rename.rs:43:9 |
| 16 | + --> $DIR/rename.rs:44:9 |
17 | 17 | |
|
18 | 18 | LL | #![warn(clippy::block_in_if_condition_expr)]
|
19 | 19 | | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use the new name: `clippy::blocks_in_if_conditions`
|
20 | 20 |
|
21 | 21 | error: lint `clippy::block_in_if_condition_stmt` has been renamed to `clippy::blocks_in_if_conditions`
|
22 |
| - --> $DIR/rename.rs:44:9 |
| 22 | + --> $DIR/rename.rs:45:9 |
23 | 23 | |
|
24 | 24 | LL | #![warn(clippy::block_in_if_condition_stmt)]
|
25 | 25 | | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use the new name: `clippy::blocks_in_if_conditions`
|
26 | 26 |
|
27 | 27 | error: lint `clippy::box_vec` has been renamed to `clippy::box_collection`
|
28 |
| - --> $DIR/rename.rs:45:9 |
| 28 | + --> $DIR/rename.rs:46:9 |
29 | 29 | |
|
30 | 30 | LL | #![warn(clippy::box_vec)]
|
31 | 31 | | ^^^^^^^^^^^^^^^ help: use the new name: `clippy::box_collection`
|
32 | 32 |
|
33 | 33 | error: lint `clippy::const_static_lifetime` has been renamed to `clippy::redundant_static_lifetimes`
|
34 |
| - --> $DIR/rename.rs:46:9 |
| 34 | + --> $DIR/rename.rs:47:9 |
35 | 35 | |
|
36 | 36 | LL | #![warn(clippy::const_static_lifetime)]
|
37 | 37 | | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use the new name: `clippy::redundant_static_lifetimes`
|
38 | 38 |
|
39 | 39 | error: lint `clippy::cyclomatic_complexity` has been renamed to `clippy::cognitive_complexity`
|
40 |
| - --> $DIR/rename.rs:47:9 |
| 40 | + --> $DIR/rename.rs:48:9 |
41 | 41 | |
|
42 | 42 | LL | #![warn(clippy::cyclomatic_complexity)]
|
43 | 43 | | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use the new name: `clippy::cognitive_complexity`
|
44 | 44 |
|
| 45 | +error: lint `clippy::derive_hash_xor_eq` has been renamed to `clippy::derived_hash_with_manual_eq` |
| 46 | + --> $DIR/rename.rs:49:9 |
| 47 | + | |
| 48 | +LL | #![warn(clippy::derive_hash_xor_eq)] |
| 49 | + | ^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use the new name: `clippy::derived_hash_with_manual_eq` |
| 50 | + |
45 | 51 | error: lint `clippy::disallowed_method` has been renamed to `clippy::disallowed_methods`
|
46 |
| - --> $DIR/rename.rs:48:9 |
| 52 | + --> $DIR/rename.rs:50:9 |
47 | 53 | |
|
48 | 54 | LL | #![warn(clippy::disallowed_method)]
|
49 | 55 | | ^^^^^^^^^^^^^^^^^^^^^^^^^ help: use the new name: `clippy::disallowed_methods`
|
50 | 56 |
|
51 | 57 | error: lint `clippy::disallowed_type` has been renamed to `clippy::disallowed_types`
|
52 |
| - --> $DIR/rename.rs:49:9 |
| 58 | + --> $DIR/rename.rs:51:9 |
53 | 59 | |
|
54 | 60 | LL | #![warn(clippy::disallowed_type)]
|
55 | 61 | | ^^^^^^^^^^^^^^^^^^^^^^^ help: use the new name: `clippy::disallowed_types`
|
56 | 62 |
|
57 | 63 | error: lint `clippy::eval_order_dependence` has been renamed to `clippy::mixed_read_write_in_expression`
|
58 |
| - --> $DIR/rename.rs:50:9 |
| 64 | + --> $DIR/rename.rs:52:9 |
59 | 65 | |
|
60 | 66 | LL | #![warn(clippy::eval_order_dependence)]
|
61 | 67 | | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use the new name: `clippy::mixed_read_write_in_expression`
|
62 | 68 |
|
63 | 69 | error: lint `clippy::identity_conversion` has been renamed to `clippy::useless_conversion`
|
64 |
| - --> $DIR/rename.rs:51:9 |
| 70 | + --> $DIR/rename.rs:53:9 |
65 | 71 | |
|
66 | 72 | LL | #![warn(clippy::identity_conversion)]
|
67 | 73 | | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use the new name: `clippy::useless_conversion`
|
68 | 74 |
|
69 | 75 | error: lint `clippy::if_let_some_result` has been renamed to `clippy::match_result_ok`
|
70 |
| - --> $DIR/rename.rs:52:9 |
| 76 | + --> $DIR/rename.rs:54:9 |
71 | 77 | |
|
72 | 78 | LL | #![warn(clippy::if_let_some_result)]
|
73 | 79 | | ^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use the new name: `clippy::match_result_ok`
|
74 | 80 |
|
75 | 81 | error: lint `clippy::logic_bug` has been renamed to `clippy::overly_complex_bool_expr`
|
76 |
| - --> $DIR/rename.rs:53:9 |
| 82 | + --> $DIR/rename.rs:55:9 |
77 | 83 | |
|
78 | 84 | LL | #![warn(clippy::logic_bug)]
|
79 | 85 | | ^^^^^^^^^^^^^^^^^ help: use the new name: `clippy::overly_complex_bool_expr`
|
80 | 86 |
|
81 | 87 | error: lint `clippy::new_without_default_derive` has been renamed to `clippy::new_without_default`
|
82 |
| - --> $DIR/rename.rs:54:9 |
| 88 | + --> $DIR/rename.rs:56:9 |
83 | 89 | |
|
84 | 90 | LL | #![warn(clippy::new_without_default_derive)]
|
85 | 91 | | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use the new name: `clippy::new_without_default`
|
86 | 92 |
|
87 | 93 | error: lint `clippy::option_and_then_some` has been renamed to `clippy::bind_instead_of_map`
|
88 |
| - --> $DIR/rename.rs:55:9 |
| 94 | + --> $DIR/rename.rs:57:9 |
89 | 95 | |
|
90 | 96 | LL | #![warn(clippy::option_and_then_some)]
|
91 | 97 | | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use the new name: `clippy::bind_instead_of_map`
|
92 | 98 |
|
93 | 99 | error: lint `clippy::option_expect_used` has been renamed to `clippy::expect_used`
|
94 |
| - --> $DIR/rename.rs:56:9 |
| 100 | + --> $DIR/rename.rs:58:9 |
95 | 101 | |
|
96 | 102 | LL | #![warn(clippy::option_expect_used)]
|
97 | 103 | | ^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use the new name: `clippy::expect_used`
|
98 | 104 |
|
99 | 105 | error: lint `clippy::option_map_unwrap_or` has been renamed to `clippy::map_unwrap_or`
|
100 |
| - --> $DIR/rename.rs:57:9 |
| 106 | + --> $DIR/rename.rs:59:9 |
101 | 107 | |
|
102 | 108 | LL | #![warn(clippy::option_map_unwrap_or)]
|
103 | 109 | | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use the new name: `clippy::map_unwrap_or`
|
104 | 110 |
|
105 | 111 | error: lint `clippy::option_map_unwrap_or_else` has been renamed to `clippy::map_unwrap_or`
|
106 |
| - --> $DIR/rename.rs:58:9 |
| 112 | + --> $DIR/rename.rs:60:9 |
107 | 113 | |
|
108 | 114 | LL | #![warn(clippy::option_map_unwrap_or_else)]
|
109 | 115 | | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use the new name: `clippy::map_unwrap_or`
|
110 | 116 |
|
111 | 117 | error: lint `clippy::option_unwrap_used` has been renamed to `clippy::unwrap_used`
|
112 |
| - --> $DIR/rename.rs:59:9 |
| 118 | + --> $DIR/rename.rs:61:9 |
113 | 119 | |
|
114 | 120 | LL | #![warn(clippy::option_unwrap_used)]
|
115 | 121 | | ^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use the new name: `clippy::unwrap_used`
|
116 | 122 |
|
117 | 123 | error: lint `clippy::ref_in_deref` has been renamed to `clippy::needless_borrow`
|
118 |
| - --> $DIR/rename.rs:60:9 |
| 124 | + --> $DIR/rename.rs:62:9 |
119 | 125 | |
|
120 | 126 | LL | #![warn(clippy::ref_in_deref)]
|
121 | 127 | | ^^^^^^^^^^^^^^^^^^^^ help: use the new name: `clippy::needless_borrow`
|
122 | 128 |
|
123 | 129 | error: lint `clippy::result_expect_used` has been renamed to `clippy::expect_used`
|
124 |
| - --> $DIR/rename.rs:61:9 |
| 130 | + --> $DIR/rename.rs:63:9 |
125 | 131 | |
|
126 | 132 | LL | #![warn(clippy::result_expect_used)]
|
127 | 133 | | ^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use the new name: `clippy::expect_used`
|
128 | 134 |
|
129 | 135 | error: lint `clippy::result_map_unwrap_or_else` has been renamed to `clippy::map_unwrap_or`
|
130 |
| - --> $DIR/rename.rs:62:9 |
| 136 | + --> $DIR/rename.rs:64:9 |
131 | 137 | |
|
132 | 138 | LL | #![warn(clippy::result_map_unwrap_or_else)]
|
133 | 139 | | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use the new name: `clippy::map_unwrap_or`
|
134 | 140 |
|
135 | 141 | error: lint `clippy::result_unwrap_used` has been renamed to `clippy::unwrap_used`
|
136 |
| - --> $DIR/rename.rs:63:9 |
| 142 | + --> $DIR/rename.rs:65:9 |
137 | 143 | |
|
138 | 144 | LL | #![warn(clippy::result_unwrap_used)]
|
139 | 145 | | ^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use the new name: `clippy::unwrap_used`
|
140 | 146 |
|
141 | 147 | error: lint `clippy::single_char_push_str` has been renamed to `clippy::single_char_add_str`
|
142 |
| - --> $DIR/rename.rs:64:9 |
| 148 | + --> $DIR/rename.rs:66:9 |
143 | 149 | |
|
144 | 150 | LL | #![warn(clippy::single_char_push_str)]
|
145 | 151 | | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use the new name: `clippy::single_char_add_str`
|
146 | 152 |
|
147 | 153 | error: lint `clippy::stutter` has been renamed to `clippy::module_name_repetitions`
|
148 |
| - --> $DIR/rename.rs:65:9 |
| 154 | + --> $DIR/rename.rs:67:9 |
149 | 155 | |
|
150 | 156 | LL | #![warn(clippy::stutter)]
|
151 | 157 | | ^^^^^^^^^^^^^^^ help: use the new name: `clippy::module_name_repetitions`
|
152 | 158 |
|
153 | 159 | error: lint `clippy::to_string_in_display` has been renamed to `clippy::recursive_format_impl`
|
154 |
| - --> $DIR/rename.rs:66:9 |
| 160 | + --> $DIR/rename.rs:68:9 |
155 | 161 | |
|
156 | 162 | LL | #![warn(clippy::to_string_in_display)]
|
157 | 163 | | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use the new name: `clippy::recursive_format_impl`
|
158 | 164 |
|
159 | 165 | error: lint `clippy::zero_width_space` has been renamed to `clippy::invisible_characters`
|
160 |
| - --> $DIR/rename.rs:67:9 |
| 166 | + --> $DIR/rename.rs:69:9 |
161 | 167 | |
|
162 | 168 | LL | #![warn(clippy::zero_width_space)]
|
163 | 169 | | ^^^^^^^^^^^^^^^^^^^^^^^^ help: use the new name: `clippy::invisible_characters`
|
164 | 170 |
|
165 | 171 | error: lint `clippy::drop_bounds` has been renamed to `drop_bounds`
|
166 |
| - --> $DIR/rename.rs:68:9 |
| 172 | + --> $DIR/rename.rs:70:9 |
167 | 173 | |
|
168 | 174 | LL | #![warn(clippy::drop_bounds)]
|
169 | 175 | | ^^^^^^^^^^^^^^^^^^^ help: use the new name: `drop_bounds`
|
170 | 176 |
|
171 | 177 | error: lint `clippy::for_loop_over_option` has been renamed to `for_loops_over_fallibles`
|
172 |
| - --> $DIR/rename.rs:69:9 |
| 178 | + --> $DIR/rename.rs:71:9 |
173 | 179 | |
|
174 | 180 | LL | #![warn(clippy::for_loop_over_option)]
|
175 | 181 | | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use the new name: `for_loops_over_fallibles`
|
176 | 182 |
|
177 | 183 | error: lint `clippy::for_loop_over_result` has been renamed to `for_loops_over_fallibles`
|
178 |
| - --> $DIR/rename.rs:70:9 |
| 184 | + --> $DIR/rename.rs:72:9 |
179 | 185 | |
|
180 | 186 | LL | #![warn(clippy::for_loop_over_result)]
|
181 | 187 | | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use the new name: `for_loops_over_fallibles`
|
182 | 188 |
|
183 | 189 | error: lint `clippy::for_loops_over_fallibles` has been renamed to `for_loops_over_fallibles`
|
184 |
| - --> $DIR/rename.rs:71:9 |
| 190 | + --> $DIR/rename.rs:73:9 |
185 | 191 | |
|
186 | 192 | LL | #![warn(clippy::for_loops_over_fallibles)]
|
187 | 193 | | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use the new name: `for_loops_over_fallibles`
|
188 | 194 |
|
189 | 195 | error: lint `clippy::into_iter_on_array` has been renamed to `array_into_iter`
|
190 |
| - --> $DIR/rename.rs:72:9 |
| 196 | + --> $DIR/rename.rs:74:9 |
191 | 197 | |
|
192 | 198 | LL | #![warn(clippy::into_iter_on_array)]
|
193 | 199 | | ^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use the new name: `array_into_iter`
|
194 | 200 |
|
195 | 201 | error: lint `clippy::invalid_atomic_ordering` has been renamed to `invalid_atomic_ordering`
|
196 |
| - --> $DIR/rename.rs:73:9 |
| 202 | + --> $DIR/rename.rs:75:9 |
197 | 203 | |
|
198 | 204 | LL | #![warn(clippy::invalid_atomic_ordering)]
|
199 | 205 | | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use the new name: `invalid_atomic_ordering`
|
200 | 206 |
|
201 | 207 | error: lint `clippy::invalid_ref` has been renamed to `invalid_value`
|
202 |
| - --> $DIR/rename.rs:74:9 |
| 208 | + --> $DIR/rename.rs:76:9 |
203 | 209 | |
|
204 | 210 | LL | #![warn(clippy::invalid_ref)]
|
205 | 211 | | ^^^^^^^^^^^^^^^^^^^ help: use the new name: `invalid_value`
|
206 | 212 |
|
207 | 213 | error: lint `clippy::let_underscore_drop` has been renamed to `let_underscore_drop`
|
208 |
| - --> $DIR/rename.rs:75:9 |
| 214 | + --> $DIR/rename.rs:77:9 |
209 | 215 | |
|
210 | 216 | LL | #![warn(clippy::let_underscore_drop)]
|
211 | 217 | | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use the new name: `let_underscore_drop`
|
212 | 218 |
|
213 | 219 | error: lint `clippy::mem_discriminant_non_enum` has been renamed to `enum_intrinsics_non_enums`
|
214 |
| - --> $DIR/rename.rs:76:9 |
| 220 | + --> $DIR/rename.rs:78:9 |
215 | 221 | |
|
216 | 222 | LL | #![warn(clippy::mem_discriminant_non_enum)]
|
217 | 223 | | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use the new name: `enum_intrinsics_non_enums`
|
218 | 224 |
|
219 | 225 | error: lint `clippy::panic_params` has been renamed to `non_fmt_panics`
|
220 |
| - --> $DIR/rename.rs:77:9 |
| 226 | + --> $DIR/rename.rs:79:9 |
221 | 227 | |
|
222 | 228 | LL | #![warn(clippy::panic_params)]
|
223 | 229 | | ^^^^^^^^^^^^^^^^^^^^ help: use the new name: `non_fmt_panics`
|
224 | 230 |
|
225 | 231 | error: lint `clippy::positional_named_format_parameters` has been renamed to `named_arguments_used_positionally`
|
226 |
| - --> $DIR/rename.rs:78:9 |
| 232 | + --> $DIR/rename.rs:80:9 |
227 | 233 | |
|
228 | 234 | LL | #![warn(clippy::positional_named_format_parameters)]
|
229 | 235 | | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use the new name: `named_arguments_used_positionally`
|
230 | 236 |
|
231 | 237 | error: lint `clippy::temporary_cstring_as_ptr` has been renamed to `temporary_cstring_as_ptr`
|
232 |
| - --> $DIR/rename.rs:79:9 |
| 238 | + --> $DIR/rename.rs:81:9 |
233 | 239 | |
|
234 | 240 | LL | #![warn(clippy::temporary_cstring_as_ptr)]
|
235 | 241 | | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use the new name: `temporary_cstring_as_ptr`
|
236 | 242 |
|
237 | 243 | error: lint `clippy::unknown_clippy_lints` has been renamed to `unknown_lints`
|
238 |
| - --> $DIR/rename.rs:80:9 |
| 244 | + --> $DIR/rename.rs:82:9 |
239 | 245 | |
|
240 | 246 | LL | #![warn(clippy::unknown_clippy_lints)]
|
241 | 247 | | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use the new name: `unknown_lints`
|
242 | 248 |
|
243 | 249 | error: lint `clippy::unused_label` has been renamed to `unused_labels`
|
244 |
| - --> $DIR/rename.rs:81:9 |
| 250 | + --> $DIR/rename.rs:83:9 |
245 | 251 | |
|
246 | 252 | LL | #![warn(clippy::unused_label)]
|
247 | 253 | | ^^^^^^^^^^^^^^^^^^^^ help: use the new name: `unused_labels`
|
248 | 254 |
|
249 |
| -error: aborting due to 41 previous errors |
| 255 | +error: aborting due to 42 previous errors |
250 | 256 |
|
0 commit comments