]> git.lizzy.rs Git - rust.git/blob - clippy_lints/src/lib.register_all.rs
Auto merge of #8901 - Jarcho:sharing_code, r=dswij
[rust.git] / clippy_lints / src / lib.register_all.rs
1 // This file was generated by `cargo dev update_lints`.
2 // Use that command to update this file and do not edit by hand.
3 // Manual edits will be overwritten.
4
5 store.register_group(true, "clippy::all", Some("clippy_all"), vec![
6     LintId::of(absurd_extreme_comparisons::ABSURD_EXTREME_COMPARISONS),
7     LintId::of(almost_complete_letter_range::ALMOST_COMPLETE_LETTER_RANGE),
8     LintId::of(approx_const::APPROX_CONSTANT),
9     LintId::of(assertions_on_constants::ASSERTIONS_ON_CONSTANTS),
10     LintId::of(assign_ops::ASSIGN_OP_PATTERN),
11     LintId::of(assign_ops::MISREFACTORED_ASSIGN_OP),
12     LintId::of(async_yields_async::ASYNC_YIELDS_ASYNC),
13     LintId::of(attrs::BLANKET_CLIPPY_RESTRICTION_LINTS),
14     LintId::of(attrs::DEPRECATED_CFG_ATTR),
15     LintId::of(attrs::DEPRECATED_SEMVER),
16     LintId::of(attrs::MISMATCHED_TARGET_OS),
17     LintId::of(attrs::USELESS_ATTRIBUTE),
18     LintId::of(await_holding_invalid::AWAIT_HOLDING_INVALID_TYPE),
19     LintId::of(await_holding_invalid::AWAIT_HOLDING_LOCK),
20     LintId::of(await_holding_invalid::AWAIT_HOLDING_REFCELL_REF),
21     LintId::of(bit_mask::BAD_BIT_MASK),
22     LintId::of(bit_mask::INEFFECTIVE_BIT_MASK),
23     LintId::of(blacklisted_name::BLACKLISTED_NAME),
24     LintId::of(blocks_in_if_conditions::BLOCKS_IN_IF_CONDITIONS),
25     LintId::of(bool_assert_comparison::BOOL_ASSERT_COMPARISON),
26     LintId::of(booleans::LOGIC_BUG),
27     LintId::of(booleans::NONMINIMAL_BOOL),
28     LintId::of(borrow_deref_ref::BORROW_DEREF_REF),
29     LintId::of(bytes_count_to_len::BYTES_COUNT_TO_LEN),
30     LintId::of(casts::CAST_ABS_TO_UNSIGNED),
31     LintId::of(casts::CAST_ENUM_CONSTRUCTOR),
32     LintId::of(casts::CAST_ENUM_TRUNCATION),
33     LintId::of(casts::CAST_REF_TO_MUT),
34     LintId::of(casts::CAST_SLICE_DIFFERENT_SIZES),
35     LintId::of(casts::CHAR_LIT_AS_U8),
36     LintId::of(casts::FN_TO_NUMERIC_CAST),
37     LintId::of(casts::FN_TO_NUMERIC_CAST_WITH_TRUNCATION),
38     LintId::of(casts::UNNECESSARY_CAST),
39     LintId::of(collapsible_if::COLLAPSIBLE_ELSE_IF),
40     LintId::of(collapsible_if::COLLAPSIBLE_IF),
41     LintId::of(comparison_chain::COMPARISON_CHAIN),
42     LintId::of(copies::IFS_SAME_COND),
43     LintId::of(copies::IF_SAME_THEN_ELSE),
44     LintId::of(crate_in_macro_def::CRATE_IN_MACRO_DEF),
45     LintId::of(default::FIELD_REASSIGN_WITH_DEFAULT),
46     LintId::of(dereference::NEEDLESS_BORROW),
47     LintId::of(derivable_impls::DERIVABLE_IMPLS),
48     LintId::of(derive::DERIVE_HASH_XOR_EQ),
49     LintId::of(derive::DERIVE_ORD_XOR_PARTIAL_ORD),
50     LintId::of(derive::DERIVE_PARTIAL_EQ_WITHOUT_EQ),
51     LintId::of(disallowed_methods::DISALLOWED_METHODS),
52     LintId::of(disallowed_types::DISALLOWED_TYPES),
53     LintId::of(doc::MISSING_SAFETY_DOC),
54     LintId::of(doc::NEEDLESS_DOCTEST_MAIN),
55     LintId::of(double_comparison::DOUBLE_COMPARISONS),
56     LintId::of(double_parens::DOUBLE_PARENS),
57     LintId::of(drop_forget_ref::DROP_COPY),
58     LintId::of(drop_forget_ref::DROP_NON_DROP),
59     LintId::of(drop_forget_ref::DROP_REF),
60     LintId::of(drop_forget_ref::FORGET_COPY),
61     LintId::of(drop_forget_ref::FORGET_NON_DROP),
62     LintId::of(drop_forget_ref::FORGET_REF),
63     LintId::of(drop_forget_ref::UNDROPPED_MANUALLY_DROPS),
64     LintId::of(duplicate_mod::DUPLICATE_MOD),
65     LintId::of(duration_subsec::DURATION_SUBSEC),
66     LintId::of(entry::MAP_ENTRY),
67     LintId::of(enum_clike::ENUM_CLIKE_UNPORTABLE_VARIANT),
68     LintId::of(enum_variants::ENUM_VARIANT_NAMES),
69     LintId::of(enum_variants::MODULE_INCEPTION),
70     LintId::of(eq_op::EQ_OP),
71     LintId::of(eq_op::OP_REF),
72     LintId::of(erasing_op::ERASING_OP),
73     LintId::of(escape::BOXED_LOCAL),
74     LintId::of(eta_reduction::REDUNDANT_CLOSURE),
75     LintId::of(explicit_write::EXPLICIT_WRITE),
76     LintId::of(float_equality_without_abs::FLOAT_EQUALITY_WITHOUT_ABS),
77     LintId::of(float_literal::EXCESSIVE_PRECISION),
78     LintId::of(format::USELESS_FORMAT),
79     LintId::of(format_args::FORMAT_IN_FORMAT_ARGS),
80     LintId::of(format_args::TO_STRING_IN_FORMAT_ARGS),
81     LintId::of(format_impl::PRINT_IN_FORMAT_IMPL),
82     LintId::of(format_impl::RECURSIVE_FORMAT_IMPL),
83     LintId::of(format_push_string::FORMAT_PUSH_STRING),
84     LintId::of(formatting::POSSIBLE_MISSING_COMMA),
85     LintId::of(formatting::SUSPICIOUS_ASSIGNMENT_FORMATTING),
86     LintId::of(formatting::SUSPICIOUS_ELSE_FORMATTING),
87     LintId::of(formatting::SUSPICIOUS_UNARY_OP_FORMATTING),
88     LintId::of(from_over_into::FROM_OVER_INTO),
89     LintId::of(from_str_radix_10::FROM_STR_RADIX_10),
90     LintId::of(functions::DOUBLE_MUST_USE),
91     LintId::of(functions::MUST_USE_UNIT),
92     LintId::of(functions::NOT_UNSAFE_PTR_ARG_DEREF),
93     LintId::of(functions::RESULT_UNIT_ERR),
94     LintId::of(functions::TOO_MANY_ARGUMENTS),
95     LintId::of(get_first::GET_FIRST),
96     LintId::of(identity_op::IDENTITY_OP),
97     LintId::of(if_let_mutex::IF_LET_MUTEX),
98     LintId::of(indexing_slicing::OUT_OF_BOUNDS_INDEXING),
99     LintId::of(infinite_iter::INFINITE_ITER),
100     LintId::of(inherent_to_string::INHERENT_TO_STRING),
101     LintId::of(inherent_to_string::INHERENT_TO_STRING_SHADOW_DISPLAY),
102     LintId::of(init_numbered_fields::INIT_NUMBERED_FIELDS),
103     LintId::of(inline_fn_without_body::INLINE_FN_WITHOUT_BODY),
104     LintId::of(int_plus_one::INT_PLUS_ONE),
105     LintId::of(large_const_arrays::LARGE_CONST_ARRAYS),
106     LintId::of(large_enum_variant::LARGE_ENUM_VARIANT),
107     LintId::of(len_zero::COMPARISON_TO_EMPTY),
108     LintId::of(len_zero::LEN_WITHOUT_IS_EMPTY),
109     LintId::of(len_zero::LEN_ZERO),
110     LintId::of(let_underscore::LET_UNDERSCORE_LOCK),
111     LintId::of(lifetimes::EXTRA_UNUSED_LIFETIMES),
112     LintId::of(lifetimes::NEEDLESS_LIFETIMES),
113     LintId::of(literal_representation::INCONSISTENT_DIGIT_GROUPING),
114     LintId::of(literal_representation::MISTYPED_LITERAL_SUFFIXES),
115     LintId::of(literal_representation::UNUSUAL_BYTE_GROUPINGS),
116     LintId::of(loops::EMPTY_LOOP),
117     LintId::of(loops::EXPLICIT_COUNTER_LOOP),
118     LintId::of(loops::FOR_KV_MAP),
119     LintId::of(loops::FOR_LOOPS_OVER_FALLIBLES),
120     LintId::of(loops::ITER_NEXT_LOOP),
121     LintId::of(loops::MANUAL_FLATTEN),
122     LintId::of(loops::MANUAL_MEMCPY),
123     LintId::of(loops::MISSING_SPIN_LOOP),
124     LintId::of(loops::MUT_RANGE_BOUND),
125     LintId::of(loops::NEEDLESS_COLLECT),
126     LintId::of(loops::NEEDLESS_RANGE_LOOP),
127     LintId::of(loops::NEVER_LOOP),
128     LintId::of(loops::SAME_ITEM_PUSH),
129     LintId::of(loops::SINGLE_ELEMENT_LOOP),
130     LintId::of(loops::WHILE_IMMUTABLE_CONDITION),
131     LintId::of(loops::WHILE_LET_LOOP),
132     LintId::of(loops::WHILE_LET_ON_ITERATOR),
133     LintId::of(main_recursion::MAIN_RECURSION),
134     LintId::of(manual_async_fn::MANUAL_ASYNC_FN),
135     LintId::of(manual_bits::MANUAL_BITS),
136     LintId::of(manual_non_exhaustive::MANUAL_NON_EXHAUSTIVE),
137     LintId::of(manual_strip::MANUAL_STRIP),
138     LintId::of(map_clone::MAP_CLONE),
139     LintId::of(map_unit_fn::OPTION_MAP_UNIT_FN),
140     LintId::of(map_unit_fn::RESULT_MAP_UNIT_FN),
141     LintId::of(match_result_ok::MATCH_RESULT_OK),
142     LintId::of(matches::COLLAPSIBLE_MATCH),
143     LintId::of(matches::INFALLIBLE_DESTRUCTURING_MATCH),
144     LintId::of(matches::MANUAL_MAP),
145     LintId::of(matches::MANUAL_UNWRAP_OR),
146     LintId::of(matches::MATCH_AS_REF),
147     LintId::of(matches::MATCH_LIKE_MATCHES_MACRO),
148     LintId::of(matches::MATCH_OVERLAPPING_ARM),
149     LintId::of(matches::MATCH_REF_PATS),
150     LintId::of(matches::MATCH_SINGLE_BINDING),
151     LintId::of(matches::MATCH_STR_CASE_MISMATCH),
152     LintId::of(matches::NEEDLESS_MATCH),
153     LintId::of(matches::REDUNDANT_PATTERN_MATCHING),
154     LintId::of(matches::SIGNIFICANT_DROP_IN_SCRUTINEE),
155     LintId::of(matches::SINGLE_MATCH),
156     LintId::of(matches::WILDCARD_IN_OR_PATTERNS),
157     LintId::of(mem_replace::MEM_REPLACE_OPTION_WITH_NONE),
158     LintId::of(mem_replace::MEM_REPLACE_WITH_DEFAULT),
159     LintId::of(mem_replace::MEM_REPLACE_WITH_UNINIT),
160     LintId::of(methods::BIND_INSTEAD_OF_MAP),
161     LintId::of(methods::BYTES_NTH),
162     LintId::of(methods::CHARS_LAST_CMP),
163     LintId::of(methods::CHARS_NEXT_CMP),
164     LintId::of(methods::CLONE_DOUBLE_REF),
165     LintId::of(methods::CLONE_ON_COPY),
166     LintId::of(methods::ERR_EXPECT),
167     LintId::of(methods::EXPECT_FUN_CALL),
168     LintId::of(methods::EXTEND_WITH_DRAIN),
169     LintId::of(methods::FILTER_MAP_IDENTITY),
170     LintId::of(methods::FILTER_NEXT),
171     LintId::of(methods::FLAT_MAP_IDENTITY),
172     LintId::of(methods::GET_LAST_WITH_LEN),
173     LintId::of(methods::INSPECT_FOR_EACH),
174     LintId::of(methods::INTO_ITER_ON_REF),
175     LintId::of(methods::IS_DIGIT_ASCII_RADIX),
176     LintId::of(methods::ITERATOR_STEP_BY_ZERO),
177     LintId::of(methods::ITER_CLONED_COLLECT),
178     LintId::of(methods::ITER_COUNT),
179     LintId::of(methods::ITER_NEXT_SLICE),
180     LintId::of(methods::ITER_NTH),
181     LintId::of(methods::ITER_NTH_ZERO),
182     LintId::of(methods::ITER_OVEREAGER_CLONED),
183     LintId::of(methods::ITER_SKIP_NEXT),
184     LintId::of(methods::MANUAL_FILTER_MAP),
185     LintId::of(methods::MANUAL_FIND_MAP),
186     LintId::of(methods::MANUAL_SATURATING_ARITHMETIC),
187     LintId::of(methods::MANUAL_SPLIT_ONCE),
188     LintId::of(methods::MANUAL_STR_REPEAT),
189     LintId::of(methods::MAP_COLLECT_RESULT_UNIT),
190     LintId::of(methods::MAP_FLATTEN),
191     LintId::of(methods::MAP_IDENTITY),
192     LintId::of(methods::NEEDLESS_OPTION_AS_DEREF),
193     LintId::of(methods::NEEDLESS_OPTION_TAKE),
194     LintId::of(methods::NEEDLESS_SPLITN),
195     LintId::of(methods::NEW_RET_NO_SELF),
196     LintId::of(methods::NO_EFFECT_REPLACE),
197     LintId::of(methods::OK_EXPECT),
198     LintId::of(methods::OPTION_AS_REF_DEREF),
199     LintId::of(methods::OPTION_FILTER_MAP),
200     LintId::of(methods::OPTION_MAP_OR_NONE),
201     LintId::of(methods::OR_FUN_CALL),
202     LintId::of(methods::OR_THEN_UNWRAP),
203     LintId::of(methods::RESULT_MAP_OR_INTO_OPTION),
204     LintId::of(methods::SEARCH_IS_SOME),
205     LintId::of(methods::SHOULD_IMPLEMENT_TRAIT),
206     LintId::of(methods::SINGLE_CHAR_ADD_STR),
207     LintId::of(methods::SINGLE_CHAR_PATTERN),
208     LintId::of(methods::SKIP_WHILE_NEXT),
209     LintId::of(methods::STRING_EXTEND_CHARS),
210     LintId::of(methods::SUSPICIOUS_MAP),
211     LintId::of(methods::SUSPICIOUS_SPLITN),
212     LintId::of(methods::UNINIT_ASSUMED_INIT),
213     LintId::of(methods::UNNECESSARY_FILTER_MAP),
214     LintId::of(methods::UNNECESSARY_FIND_MAP),
215     LintId::of(methods::UNNECESSARY_FOLD),
216     LintId::of(methods::UNNECESSARY_LAZY_EVALUATIONS),
217     LintId::of(methods::UNNECESSARY_TO_OWNED),
218     LintId::of(methods::UNWRAP_OR_ELSE_DEFAULT),
219     LintId::of(methods::USELESS_ASREF),
220     LintId::of(methods::WRONG_SELF_CONVENTION),
221     LintId::of(methods::ZST_OFFSET),
222     LintId::of(minmax::MIN_MAX),
223     LintId::of(misc::CMP_NAN),
224     LintId::of(misc::CMP_OWNED),
225     LintId::of(misc::MODULO_ONE),
226     LintId::of(misc::SHORT_CIRCUIT_STATEMENT),
227     LintId::of(misc::TOPLEVEL_REF_ARG),
228     LintId::of(misc::ZERO_PTR),
229     LintId::of(misc_early::BUILTIN_TYPE_SHADOW),
230     LintId::of(misc_early::DOUBLE_NEG),
231     LintId::of(misc_early::DUPLICATE_UNDERSCORE_ARGUMENT),
232     LintId::of(misc_early::MIXED_CASE_HEX_LITERALS),
233     LintId::of(misc_early::REDUNDANT_PATTERN),
234     LintId::of(misc_early::UNNEEDED_WILDCARD_PATTERN),
235     LintId::of(misc_early::ZERO_PREFIXED_LITERAL),
236     LintId::of(mixed_read_write_in_expression::DIVERGING_SUB_EXPRESSION),
237     LintId::of(mut_key::MUTABLE_KEY_TYPE),
238     LintId::of(mut_mutex_lock::MUT_MUTEX_LOCK),
239     LintId::of(mut_reference::UNNECESSARY_MUT_PASSED),
240     LintId::of(needless_arbitrary_self_type::NEEDLESS_ARBITRARY_SELF_TYPE),
241     LintId::of(needless_bool::BOOL_COMPARISON),
242     LintId::of(needless_bool::NEEDLESS_BOOL),
243     LintId::of(needless_borrowed_ref::NEEDLESS_BORROWED_REFERENCE),
244     LintId::of(needless_late_init::NEEDLESS_LATE_INIT),
245     LintId::of(needless_parens_on_range_literals::NEEDLESS_PARENS_ON_RANGE_LITERALS),
246     LintId::of(needless_question_mark::NEEDLESS_QUESTION_MARK),
247     LintId::of(needless_update::NEEDLESS_UPDATE),
248     LintId::of(neg_cmp_op_on_partial_ord::NEG_CMP_OP_ON_PARTIAL_ORD),
249     LintId::of(neg_multiply::NEG_MULTIPLY),
250     LintId::of(new_without_default::NEW_WITHOUT_DEFAULT),
251     LintId::of(no_effect::NO_EFFECT),
252     LintId::of(no_effect::UNNECESSARY_OPERATION),
253     LintId::of(non_copy_const::BORROW_INTERIOR_MUTABLE_CONST),
254     LintId::of(non_copy_const::DECLARE_INTERIOR_MUTABLE_CONST),
255     LintId::of(non_expressive_names::JUST_UNDERSCORES_AND_DIGITS),
256     LintId::of(non_octal_unix_permissions::NON_OCTAL_UNIX_PERMISSIONS),
257     LintId::of(octal_escapes::OCTAL_ESCAPES),
258     LintId::of(open_options::NONSENSICAL_OPEN_OPTIONS),
259     LintId::of(option_env_unwrap::OPTION_ENV_UNWRAP),
260     LintId::of(overflow_check_conditional::OVERFLOW_CHECK_CONDITIONAL),
261     LintId::of(partialeq_ne_impl::PARTIALEQ_NE_IMPL),
262     LintId::of(precedence::PRECEDENCE),
263     LintId::of(ptr::CMP_NULL),
264     LintId::of(ptr::INVALID_NULL_PTR_USAGE),
265     LintId::of(ptr::MUT_FROM_REF),
266     LintId::of(ptr::PTR_ARG),
267     LintId::of(ptr_eq::PTR_EQ),
268     LintId::of(ptr_offset_with_cast::PTR_OFFSET_WITH_CAST),
269     LintId::of(question_mark::QUESTION_MARK),
270     LintId::of(ranges::MANUAL_RANGE_CONTAINS),
271     LintId::of(ranges::RANGE_ZIP_WITH_LEN),
272     LintId::of(ranges::REVERSED_EMPTY_RANGES),
273     LintId::of(rc_clone_in_vec_init::RC_CLONE_IN_VEC_INIT),
274     LintId::of(redundant_clone::REDUNDANT_CLONE),
275     LintId::of(redundant_closure_call::REDUNDANT_CLOSURE_CALL),
276     LintId::of(redundant_field_names::REDUNDANT_FIELD_NAMES),
277     LintId::of(redundant_slicing::REDUNDANT_SLICING),
278     LintId::of(redundant_static_lifetimes::REDUNDANT_STATIC_LIFETIMES),
279     LintId::of(reference::DEREF_ADDROF),
280     LintId::of(regex::INVALID_REGEX),
281     LintId::of(repeat_once::REPEAT_ONCE),
282     LintId::of(returns::LET_AND_RETURN),
283     LintId::of(returns::NEEDLESS_RETURN),
284     LintId::of(self_assignment::SELF_ASSIGNMENT),
285     LintId::of(self_named_constructors::SELF_NAMED_CONSTRUCTORS),
286     LintId::of(serde_api::SERDE_API_MISUSE),
287     LintId::of(single_component_path_imports::SINGLE_COMPONENT_PATH_IMPORTS),
288     LintId::of(size_of_in_element_count::SIZE_OF_IN_ELEMENT_COUNT),
289     LintId::of(slow_vector_initialization::SLOW_VECTOR_INITIALIZATION),
290     LintId::of(strings::STRING_FROM_UTF8_AS_BYTES),
291     LintId::of(strings::TRIM_SPLIT_WHITESPACE),
292     LintId::of(strlen_on_c_strings::STRLEN_ON_C_STRINGS),
293     LintId::of(suspicious_trait_impl::SUSPICIOUS_ARITHMETIC_IMPL),
294     LintId::of(suspicious_trait_impl::SUSPICIOUS_OP_ASSIGN_IMPL),
295     LintId::of(swap::ALMOST_SWAPPED),
296     LintId::of(swap::MANUAL_SWAP),
297     LintId::of(swap_ptr_to_ref::SWAP_PTR_TO_REF),
298     LintId::of(tabs_in_doc_comments::TABS_IN_DOC_COMMENTS),
299     LintId::of(temporary_assignment::TEMPORARY_ASSIGNMENT),
300     LintId::of(to_digit_is_some::TO_DIGIT_IS_SOME),
301     LintId::of(transmute::CROSSPOINTER_TRANSMUTE),
302     LintId::of(transmute::TRANSMUTES_EXPRESSIBLE_AS_PTR_CASTS),
303     LintId::of(transmute::TRANSMUTE_BYTES_TO_STR),
304     LintId::of(transmute::TRANSMUTE_FLOAT_TO_INT),
305     LintId::of(transmute::TRANSMUTE_INT_TO_BOOL),
306     LintId::of(transmute::TRANSMUTE_INT_TO_CHAR),
307     LintId::of(transmute::TRANSMUTE_INT_TO_FLOAT),
308     LintId::of(transmute::TRANSMUTE_NUM_TO_BYTES),
309     LintId::of(transmute::TRANSMUTE_PTR_TO_REF),
310     LintId::of(transmute::UNSOUND_COLLECTION_TRANSMUTE),
311     LintId::of(transmute::USELESS_TRANSMUTE),
312     LintId::of(transmute::WRONG_TRANSMUTE),
313     LintId::of(transmuting_null::TRANSMUTING_NULL),
314     LintId::of(types::BORROWED_BOX),
315     LintId::of(types::BOX_COLLECTION),
316     LintId::of(types::REDUNDANT_ALLOCATION),
317     LintId::of(types::TYPE_COMPLEXITY),
318     LintId::of(types::VEC_BOX),
319     LintId::of(unicode::INVISIBLE_CHARACTERS),
320     LintId::of(uninit_vec::UNINIT_VEC),
321     LintId::of(unit_hash::UNIT_HASH),
322     LintId::of(unit_return_expecting_ord::UNIT_RETURN_EXPECTING_ORD),
323     LintId::of(unit_types::LET_UNIT_VALUE),
324     LintId::of(unit_types::UNIT_ARG),
325     LintId::of(unit_types::UNIT_CMP),
326     LintId::of(unnamed_address::FN_ADDRESS_COMPARISONS),
327     LintId::of(unnamed_address::VTABLE_ADDRESS_COMPARISONS),
328     LintId::of(unnecessary_owned_empty_strings::UNNECESSARY_OWNED_EMPTY_STRINGS),
329     LintId::of(unnecessary_sort_by::UNNECESSARY_SORT_BY),
330     LintId::of(unsafe_removed_from_name::UNSAFE_REMOVED_FROM_NAME),
331     LintId::of(unused_io_amount::UNUSED_IO_AMOUNT),
332     LintId::of(unused_unit::UNUSED_UNIT),
333     LintId::of(unwrap::PANICKING_UNWRAP),
334     LintId::of(unwrap::UNNECESSARY_UNWRAP),
335     LintId::of(upper_case_acronyms::UPPER_CASE_ACRONYMS),
336     LintId::of(useless_conversion::USELESS_CONVERSION),
337     LintId::of(vec::USELESS_VEC),
338     LintId::of(vec_init_then_push::VEC_INIT_THEN_PUSH),
339     LintId::of(vec_resize_to_zero::VEC_RESIZE_TO_ZERO),
340     LintId::of(write::PRINTLN_EMPTY_STRING),
341     LintId::of(write::PRINT_LITERAL),
342     LintId::of(write::PRINT_WITH_NEWLINE),
343     LintId::of(write::WRITELN_EMPTY_STRING),
344     LintId::of(write::WRITE_LITERAL),
345     LintId::of(write::WRITE_WITH_NEWLINE),
346     LintId::of(zero_div_zero::ZERO_DIVIDED_BY_ZERO),
347 ])