|
1 |
| -error: lint `clippy::block_in_if_condition_expr` has been renamed to `clippy::blocks_in_if_conditions` |
2 |
| - --> $DIR/rename.rs:10:10 |
3 |
| - | |
4 |
| -LL | #![allow(clippy::block_in_if_condition_expr)] |
5 |
| - | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use the new name: `clippy::blocks_in_if_conditions` |
6 |
| - | |
7 |
| - = note: `-D renamed-and-removed-lints` implied by `-D warnings` |
8 |
| - |
9 |
| -error: lint `clippy::block_in_if_condition_stmt` has been renamed to `clippy::blocks_in_if_conditions` |
10 |
| - --> $DIR/rename.rs:11:10 |
11 |
| - | |
12 |
| -LL | #![allow(clippy::block_in_if_condition_stmt)] |
13 |
| - | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use the new name: `clippy::blocks_in_if_conditions` |
14 |
| - |
15 |
| -error: unknown lint: `clippy::for_loop_over_fallibles` |
16 |
| - --> $DIR/rename.rs:17:10 |
17 |
| - | |
18 |
| -LL | #![allow(clippy::for_loop_over_fallibles)] |
19 |
| - | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: did you mean: `clippy::for_loops_over_fallibles` |
20 |
| - | |
21 |
| - = note: `-D unknown-lints` implied by `-D warnings` |
22 |
| - |
23 | 1 | error: lint `clippy::stutter` has been renamed to `clippy::module_name_repetitions`
|
24 |
| - --> $DIR/rename.rs:33:9 |
| 2 | + --> $DIR/rename.rs:31:9 |
25 | 3 | |
|
26 | 4 | LL | #![warn(clippy::stutter)]
|
27 | 5 | | ^^^^^^^^^^^^^^^ help: use the new name: `clippy::module_name_repetitions`
|
| 6 | + | |
| 7 | + = note: `-D renamed-and-removed-lints` implied by `-D warnings` |
28 | 8 |
|
29 | 9 | error: lint `clippy::new_without_default_derive` has been renamed to `clippy::new_without_default`
|
30 |
| - --> $DIR/rename.rs:34:9 |
| 10 | + --> $DIR/rename.rs:32:9 |
31 | 11 | |
|
32 | 12 | LL | #![warn(clippy::new_without_default_derive)]
|
33 | 13 | | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use the new name: `clippy::new_without_default`
|
34 | 14 |
|
35 | 15 | error: lint `clippy::const_static_lifetime` has been renamed to `clippy::redundant_static_lifetimes`
|
36 |
| - --> $DIR/rename.rs:35:9 |
| 16 | + --> $DIR/rename.rs:33:9 |
37 | 17 | |
|
38 | 18 | LL | #![warn(clippy::const_static_lifetime)]
|
39 | 19 | | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use the new name: `clippy::redundant_static_lifetimes`
|
40 | 20 |
|
41 | 21 | error: lint `clippy::cyclomatic_complexity` has been renamed to `clippy::cognitive_complexity`
|
42 |
| - --> $DIR/rename.rs:36:9 |
| 22 | + --> $DIR/rename.rs:34:9 |
43 | 23 | |
|
44 | 24 | LL | #![warn(clippy::cyclomatic_complexity)]
|
45 | 25 | | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use the new name: `clippy::cognitive_complexity`
|
46 | 26 |
|
47 |
| -error: lint `clippy::mem_discriminant_non_enum` has been renamed to `enum_intrinsics_non_enums` |
48 |
| - --> $DIR/rename.rs:37:9 |
49 |
| - | |
50 |
| -LL | #![warn(clippy::mem_discriminant_non_enum)] |
51 |
| - | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use the new name: `enum_intrinsics_non_enums` |
52 |
| - |
53 | 27 | error: lint `clippy::option_and_then_some` has been renamed to `clippy::bind_instead_of_map`
|
54 |
| - --> $DIR/rename.rs:38:9 |
| 28 | + --> $DIR/rename.rs:35:9 |
55 | 29 | |
|
56 | 30 | LL | #![warn(clippy::option_and_then_some)]
|
57 | 31 | | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use the new name: `clippy::bind_instead_of_map`
|
58 | 32 |
|
59 | 33 | error: lint `clippy::box_vec` has been renamed to `clippy::box_collection`
|
60 |
| - --> $DIR/rename.rs:39:9 |
| 34 | + --> $DIR/rename.rs:36:9 |
61 | 35 | |
|
62 | 36 | LL | #![warn(clippy::box_vec)]
|
63 | 37 | | ^^^^^^^^^^^^^^^ help: use the new name: `clippy::box_collection`
|
64 | 38 |
|
| 39 | +error: lint `clippy::block_in_if_condition_expr` has been renamed to `clippy::blocks_in_if_conditions` |
| 40 | + --> $DIR/rename.rs:37:9 |
| 41 | + | |
| 42 | +LL | #![warn(clippy::block_in_if_condition_expr)] |
| 43 | + | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use the new name: `clippy::blocks_in_if_conditions` |
| 44 | + |
| 45 | +error: lint `clippy::block_in_if_condition_stmt` has been renamed to `clippy::blocks_in_if_conditions` |
| 46 | + --> $DIR/rename.rs:38:9 |
| 47 | + | |
| 48 | +LL | #![warn(clippy::block_in_if_condition_stmt)] |
| 49 | + | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use the new name: `clippy::blocks_in_if_conditions` |
| 50 | + |
65 | 51 | error: lint `clippy::option_map_unwrap_or` has been renamed to `clippy::map_unwrap_or`
|
66 |
| - --> $DIR/rename.rs:40:9 |
| 52 | + --> $DIR/rename.rs:39:9 |
67 | 53 | |
|
68 | 54 | LL | #![warn(clippy::option_map_unwrap_or)]
|
69 | 55 | | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use the new name: `clippy::map_unwrap_or`
|
70 | 56 |
|
71 | 57 | error: lint `clippy::option_map_unwrap_or_else` has been renamed to `clippy::map_unwrap_or`
|
72 |
| - --> $DIR/rename.rs:41:9 |
| 58 | + --> $DIR/rename.rs:40:9 |
73 | 59 | |
|
74 | 60 | LL | #![warn(clippy::option_map_unwrap_or_else)]
|
75 | 61 | | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use the new name: `clippy::map_unwrap_or`
|
76 | 62 |
|
77 | 63 | error: lint `clippy::result_map_unwrap_or_else` has been renamed to `clippy::map_unwrap_or`
|
78 |
| - --> $DIR/rename.rs:42:9 |
| 64 | + --> $DIR/rename.rs:41:9 |
79 | 65 | |
|
80 | 66 | LL | #![warn(clippy::result_map_unwrap_or_else)]
|
81 | 67 | | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use the new name: `clippy::map_unwrap_or`
|
82 | 68 |
|
83 | 69 | error: lint `clippy::option_unwrap_used` has been renamed to `clippy::unwrap_used`
|
84 |
| - --> $DIR/rename.rs:43:9 |
| 70 | + --> $DIR/rename.rs:42:9 |
85 | 71 | |
|
86 | 72 | LL | #![warn(clippy::option_unwrap_used)]
|
87 | 73 | | ^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use the new name: `clippy::unwrap_used`
|
88 | 74 |
|
89 | 75 | error: lint `clippy::result_unwrap_used` has been renamed to `clippy::unwrap_used`
|
90 |
| - --> $DIR/rename.rs:44:9 |
| 76 | + --> $DIR/rename.rs:43:9 |
91 | 77 | |
|
92 | 78 | LL | #![warn(clippy::result_unwrap_used)]
|
93 | 79 | | ^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use the new name: `clippy::unwrap_used`
|
94 | 80 |
|
95 | 81 | error: lint `clippy::option_expect_used` has been renamed to `clippy::expect_used`
|
96 |
| - --> $DIR/rename.rs:45:9 |
| 82 | + --> $DIR/rename.rs:44:9 |
97 | 83 | |
|
98 | 84 | LL | #![warn(clippy::option_expect_used)]
|
99 | 85 | | ^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use the new name: `clippy::expect_used`
|
100 | 86 |
|
101 | 87 | error: lint `clippy::result_expect_used` has been renamed to `clippy::expect_used`
|
102 |
| - --> $DIR/rename.rs:46:9 |
| 88 | + --> $DIR/rename.rs:45:9 |
103 | 89 | |
|
104 | 90 | LL | #![warn(clippy::result_expect_used)]
|
105 | 91 | | ^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use the new name: `clippy::expect_used`
|
106 | 92 |
|
107 | 93 | error: lint `clippy::for_loop_over_option` has been renamed to `clippy::for_loops_over_fallibles`
|
108 |
| - --> $DIR/rename.rs:47:9 |
| 94 | + --> $DIR/rename.rs:46:9 |
109 | 95 | |
|
110 | 96 | LL | #![warn(clippy::for_loop_over_option)]
|
111 | 97 | | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use the new name: `clippy::for_loops_over_fallibles`
|
112 | 98 |
|
113 | 99 | error: lint `clippy::for_loop_over_result` has been renamed to `clippy::for_loops_over_fallibles`
|
114 |
| - --> $DIR/rename.rs:48:9 |
| 100 | + --> $DIR/rename.rs:47:9 |
115 | 101 | |
|
116 | 102 | LL | #![warn(clippy::for_loop_over_result)]
|
117 | 103 | | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use the new name: `clippy::for_loops_over_fallibles`
|
118 | 104 |
|
119 | 105 | error: lint `clippy::identity_conversion` has been renamed to `clippy::useless_conversion`
|
120 |
| - --> $DIR/rename.rs:49:9 |
| 106 | + --> $DIR/rename.rs:48:9 |
121 | 107 | |
|
122 | 108 | LL | #![warn(clippy::identity_conversion)]
|
123 | 109 | | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use the new name: `clippy::useless_conversion`
|
124 | 110 |
|
125 | 111 | error: lint `clippy::zero_width_space` has been renamed to `clippy::invisible_characters`
|
126 |
| - --> $DIR/rename.rs:50:9 |
| 112 | + --> $DIR/rename.rs:49:9 |
127 | 113 | |
|
128 | 114 | LL | #![warn(clippy::zero_width_space)]
|
129 | 115 | | ^^^^^^^^^^^^^^^^^^^^^^^^ help: use the new name: `clippy::invisible_characters`
|
130 | 116 |
|
131 | 117 | error: lint `clippy::single_char_push_str` has been renamed to `clippy::single_char_add_str`
|
132 |
| - --> $DIR/rename.rs:51:9 |
| 118 | + --> $DIR/rename.rs:50:9 |
133 | 119 | |
|
134 | 120 | LL | #![warn(clippy::single_char_push_str)]
|
135 | 121 | | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use the new name: `clippy::single_char_add_str`
|
136 | 122 |
|
137 | 123 | error: lint `clippy::if_let_some_result` has been renamed to `clippy::match_result_ok`
|
138 |
| - --> $DIR/rename.rs:52:9 |
| 124 | + --> $DIR/rename.rs:51:9 |
139 | 125 | |
|
140 | 126 | LL | #![warn(clippy::if_let_some_result)]
|
141 | 127 | | ^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use the new name: `clippy::match_result_ok`
|
142 | 128 |
|
143 | 129 | error: lint `clippy::invalid_ref` has been renamed to `invalid_value`
|
144 |
| - --> $DIR/rename.rs:54:9 |
| 130 | + --> $DIR/rename.rs:53:9 |
145 | 131 | |
|
146 | 132 | LL | #![warn(clippy::invalid_ref)]
|
147 | 133 | | ^^^^^^^^^^^^^^^^^^^ help: use the new name: `invalid_value`
|
148 | 134 |
|
149 | 135 | error: lint `clippy::into_iter_on_array` has been renamed to `array_into_iter`
|
150 |
| - --> $DIR/rename.rs:55:9 |
| 136 | + --> $DIR/rename.rs:54:9 |
151 | 137 | |
|
152 | 138 | LL | #![warn(clippy::into_iter_on_array)]
|
153 | 139 | | ^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use the new name: `array_into_iter`
|
154 | 140 |
|
155 | 141 | error: lint `clippy::unused_label` has been renamed to `unused_labels`
|
156 |
| - --> $DIR/rename.rs:56:9 |
| 142 | + --> $DIR/rename.rs:55:9 |
157 | 143 | |
|
158 | 144 | LL | #![warn(clippy::unused_label)]
|
159 | 145 | | ^^^^^^^^^^^^^^^^^^^^ help: use the new name: `unused_labels`
|
160 | 146 |
|
161 | 147 | error: lint `clippy::drop_bounds` has been renamed to `drop_bounds`
|
162 |
| - --> $DIR/rename.rs:57:9 |
| 148 | + --> $DIR/rename.rs:56:9 |
163 | 149 | |
|
164 | 150 | LL | #![warn(clippy::drop_bounds)]
|
165 | 151 | | ^^^^^^^^^^^^^^^^^^^ help: use the new name: `drop_bounds`
|
166 | 152 |
|
167 | 153 | error: lint `clippy::temporary_cstring_as_ptr` has been renamed to `temporary_cstring_as_ptr`
|
168 |
| - --> $DIR/rename.rs:58:9 |
| 154 | + --> $DIR/rename.rs:57:9 |
169 | 155 | |
|
170 | 156 | LL | #![warn(clippy::temporary_cstring_as_ptr)]
|
171 | 157 | | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use the new name: `temporary_cstring_as_ptr`
|
172 | 158 |
|
173 | 159 | error: lint `clippy::panic_params` has been renamed to `non_fmt_panics`
|
174 |
| - --> $DIR/rename.rs:59:9 |
| 160 | + --> $DIR/rename.rs:58:9 |
175 | 161 | |
|
176 | 162 | LL | #![warn(clippy::panic_params)]
|
177 | 163 | | ^^^^^^^^^^^^^^^^^^^^ help: use the new name: `non_fmt_panics`
|
178 | 164 |
|
179 | 165 | error: lint `clippy::unknown_clippy_lints` has been renamed to `unknown_lints`
|
180 |
| - --> $DIR/rename.rs:60:9 |
| 166 | + --> $DIR/rename.rs:59:9 |
181 | 167 | |
|
182 | 168 | LL | #![warn(clippy::unknown_clippy_lints)]
|
183 | 169 | | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use the new name: `unknown_lints`
|
184 | 170 |
|
185 | 171 | error: lint `clippy::invalid_atomic_ordering` has been renamed to `invalid_atomic_ordering`
|
186 |
| - --> $DIR/rename.rs:61:9 |
| 172 | + --> $DIR/rename.rs:60:9 |
187 | 173 | |
|
188 | 174 | LL | #![warn(clippy::invalid_atomic_ordering)]
|
189 | 175 | | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use the new name: `invalid_atomic_ordering`
|
190 | 176 |
|
191 | 177 | error: lint `clippy::mem_discriminant_non_enum` has been renamed to `enum_intrinsics_non_enums`
|
192 |
| - --> $DIR/rename.rs:62:9 |
| 178 | + --> $DIR/rename.rs:61:9 |
193 | 179 | |
|
194 | 180 | LL | #![warn(clippy::mem_discriminant_non_enum)]
|
195 | 181 | | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use the new name: `enum_intrinsics_non_enums`
|
196 | 182 |
|
197 |
| -error: aborting due to 32 previous errors |
| 183 | +error: aborting due to 30 previous errors |
198 | 184 |
|
0 commit comments