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