]> git.lizzy.rs Git - rust.git/tree - src/tools/clippy/clippy_lints/src/
Rollup merge of #102625 - Rageking8:fix-backtrace-small-typo, r=m-ou-se
[rust.git] / src / tools / clippy / clippy_lints / src /
drwxr-xr-x   ..
-rw-r--r-- 3587 almost_complete_letter_range.rs
-rw-r--r-- 4769 approx_const.rs
-rw-r--r-- 2306 as_conversions.rs
-rw-r--r-- 3958 asm_syntax.rs
-rw-r--r-- 2618 assertions_on_constants.rs
-rw-r--r-- 4288 assertions_on_result_states.rs
-rw-r--r-- 3361 async_yields_async.rs
-rw-r--r-- 25631 attrs.rs
-rw-r--r-- 9962 await_holding_invalid.rs
-rw-r--r-- 6353 blocks_in_if_conditions.rs
-rw-r--r-- 3646 bool_assert_comparison.rs
-rw-r--r-- 3960 bool_to_int_with_if.rs
-rw-r--r-- 18174 booleans.rs
-rw-r--r-- 4423 borrow_deref_ref.rs
-rw-r--r-- 2216 box_default.rs
drwxr-xr-x - cargo
drwxr-xr-x - casts
-rw-r--r-- 11332 checked_conversions.rs
-rw-r--r-- 5104 cognitive_complexity.rs
-rw-r--r-- 6310 collapsible_if.rs
-rw-r--r-- 4293 comparison_chain.rs
-rw-r--r-- 19770 copies.rs
-rw-r--r-- 1862 copy_iterator.rs
-rw-r--r-- 4030 crate_in_macro_def.rs
-rw-r--r-- 1880 create_dir.rs
-rw-r--r-- 3306 dbg_macro.rs
-rw-r--r-- 13247 default.rs
-rw-r--r-- 2655 default_instead_of_iter_empty.rs
-rw-r--r-- 8883 default_numeric_fallback.rs
-rw-r--r-- 3489 default_union_representation.rs
-rw-r--r-- 7677 deprecated_lints.rs
-rw-r--r-- 59991 dereference.rs
-rw-r--r-- 5164 derivable_impls.rs
-rw-r--r-- 18555 derive.rs
-rw-r--r-- 4712 disallowed_macros.rs
-rw-r--r-- 3924 disallowed_methods.rs
-rw-r--r-- 2208 disallowed_names.rs
-rw-r--r-- 4465 disallowed_script_idents.rs
-rw-r--r-- 4384 disallowed_types.rs
-rw-r--r-- 32898 doc.rs
-rw-r--r-- 2122 double_parens.rs
-rw-r--r-- 10118 drop_forget_ref.rs
-rw-r--r-- 3931 duplicate_mod.rs
-rw-r--r-- 2050 else_if_without_else.rs
-rw-r--r-- 2304 empty_drop.rs
-rw-r--r-- 2251 empty_enum.rs
-rw-r--r-- 2931 empty_structs_with_brackets.rs
-rw-r--r-- 25301 entry.rs
-rw-r--r-- 3227 enum_clike.rs
-rw-r--r-- 9848 enum_variants.rs
-rw-r--r-- 3894 equatable_if_let.rs
-rw-r--r-- 6329 escape.rs
-rw-r--r-- 9707 eta_reduction.rs
-rw-r--r-- 5206 excessive_bools.rs
-rw-r--r-- 3712 exhaustive_items.rs
-rw-r--r-- 1688 exit.rs
-rw-r--r-- 5596 explicit_write.rs
-rw-r--r-- 4613 fallible_impl_from.rs
-rw-r--r-- 6329 float_literal.rs
-rw-r--r-- 26974 floating_point_arithmetic.rs
-rw-r--r-- 4559 format.rs
-rw-r--r-- 11604 format_args.rs
-rw-r--r-- 8802 format_impl.rs
-rw-r--r-- 2932 format_push_string.rs
-rw-r--r-- 12043 formatting.rs
-rw-r--r-- 2504 from_over_into.rs
-rw-r--r-- 3663 from_str_radix_10.rs
drwxr-xr-x - functions
-rw-r--r-- 4601 future_not_send.rs
-rw-r--r-- 4660 if_let_mutex.rs
-rw-r--r-- 2928 if_not_else.rs
-rw-r--r-- 4296 if_then_some_else_none.rs
-rw-r--r-- 14370 implicit_hasher.rs
-rw-r--r-- 8522 implicit_return.rs
-rw-r--r-- 4602 implicit_saturating_add.rs
-rw-r--r-- 6505 implicit_saturating_sub.rs
-rw-r--r-- 4487 inconsistent_struct_constructor.rs
-rw-r--r-- 9856 index_refutable_slice.rs
-rw-r--r-- 6672 indexing_slicing.rs
-rw-r--r-- 8781 infinite_iter.rs
-rw-r--r-- 4841 inherent_impl.rs
-rw-r--r-- 5142 inherent_to_string.rs
-rw-r--r-- 2881 init_numbered_fields.rs
-rw-r--r-- 1923 inline_fn_without_body.rs
-rw-r--r-- 6148 int_plus_one.rs
-rw-r--r-- 6389 invalid_upcast_comparisons.rs
-rw-r--r-- 2661 invalid_utf8_in_unchecked.rs
-rw-r--r-- 2624 items_after_statements.rs
-rw-r--r-- 3029 iter_not_returning_iterator.rs
-rw-r--r-- 2913 large_const_arrays.rs
-rw-r--r-- 8410 large_enum_variant.rs
-rw-r--r-- 2746 large_include_file.rs
-rw-r--r-- 2301 large_stack_arrays.rs
-rw-r--r-- 17889 len_zero.rs
-rw-r--r-- 5960 let_if_seq.rs
-rw-r--r-- 6097 let_underscore.rs
-rw-r--r-- 2656 lib.deprecated.rs
-rw-r--r-- 17666 lib.register_all.rs
-rw-r--r-- 469 lib.register_cargo.rs
-rw-r--r-- 5133 lib.register_complexity.rs
-rw-r--r-- 3724 lib.register_correctness.rs
-rw-r--r-- 1237 lib.register_internal.rs
-rw-r--r-- 23183 lib.register_lints.rs
-rw-r--r-- 1972 lib.register_nursery.rs
-rw-r--r-- 5246 lib.register_pedantic.rs
-rw-r--r-- 1504 lib.register_perf.rs
-rw-r--r-- 4411 lib.register_restriction.rs
-rw-r--r-- 6392 lib.register_style.rs
-rw-r--r-- 1883 lib.register_suspicious.rs
-rw-r--r-- 43478 lib.rs
-rw-r--r-- 21227 lifetimes.rs
-rw-r--r-- 18061 literal_representation.rs
drwxr-xr-x - loops
-rw-r--r-- 8526 macro_use.rs
-rw-r--r-- 1922 main_recursion.rs
-rw-r--r-- 3770 manual_assert.rs
-rw-r--r-- 7464 manual_async_fn.rs
-rw-r--r-- 4967 manual_bits.rs
-rw-r--r-- 23827 manual_clamp.rs
-rw-r--r-- 2493 manual_instant_elapsed.rs
-rw-r--r-- 7791 manual_non_exhaustive.rs
-rw-r--r-- 4488 manual_rem_euclid.rs
-rw-r--r-- 9491 manual_retain.rs
-rw-r--r-- 4699 manual_string_new.rs
-rw-r--r-- 9222 manual_strip.rs
-rw-r--r-- 10083 map_unit_fn.rs
-rw-r--r-- 3441 match_result_ok.rs
drwxr-xr-x - matches
-rw-r--r-- 1608 mem_forget.rs
-rw-r--r-- 9589 mem_replace.rs
drwxr-xr-x - methods
-rw-r--r-- 4331 minmax.rs
-rw-r--r-- 12268 misc.rs
drwxr-xr-x - misc_early
-rw-r--r-- 5048 mismatching_type_param_order.rs
-rw-r--r-- 5751 missing_const_for_fn.rs
-rw-r--r-- 6867 missing_doc.rs
-rw-r--r-- 3405 missing_enforced_import_rename.rs
-rw-r--r-- 6732 missing_inline.rs
-rw-r--r-- 12523 mixed_read_write_in_expression.rs
-rw-r--r-- 5431 module_style.rs
-rw-r--r-- 2033 multi_assignments.rs
-rw-r--r-- 7304 mut_key.rs
-rw-r--r-- 3586 mut_mut.rs
-rw-r--r-- 3601 mut_reference.rs
-rw-r--r-- 4015 mutable_debug_assertion.rs
-rw-r--r-- 3644 mutex_atomic.rs
-rw-r--r-- 4865 needless_arbitrary_self_type.rs
-rw-r--r-- 13696 needless_bool.rs
-rw-r--r-- 4596 needless_borrowed_ref.rs
-rw-r--r-- 14205 needless_continue.rs
-rw-r--r-- 6161 needless_for_each.rs
-rw-r--r-- 12010 needless_late_init.rs
-rw-r--r-- 2867 needless_parens_on_range_literals.rs
-rw-r--r-- 14013 needless_pass_by_value.rs
-rw-r--r-- 4700 needless_question_mark.rs
-rw-r--r-- 2162 needless_update.rs
-rw-r--r-- 3284 neg_cmp_op_on_partial_ord.rs
-rw-r--r-- 2746 neg_multiply.rs
-rw-r--r-- 7266 new_without_default.rs
-rw-r--r-- 10235 no_effect.rs
-rw-r--r-- 21407 non_copy_const.rs
-rw-r--r-- 14611 non_expressive_names.rs
-rw-r--r-- 3809 non_octal_unix_permissions.rs
-rw-r--r-- 10352 non_send_fields_in_send_ty.rs
-rw-r--r-- 8760 nonstandard_macro_braces.rs
-rw-r--r-- 5316 octal_escapes.rs
-rw-r--r-- 15110 only_used_in_recursion.rs
drwxr-xr-x - operators
-rw-r--r-- 1891 option_env_unwrap.rs
-rw-r--r-- 9850 option_if_let_else.rs
-rw-r--r-- 3443 overflow_check_conditional.rs
-rw-r--r-- 3351 panic_in_result_fn.rs
-rw-r--r-- 3212 panic_unimplemented.rs
-rw-r--r-- 2031 partialeq_ne_impl.rs
-rw-r--r-- 3837 partialeq_to_none.rs
-rw-r--r-- 12437 pass_by_ref_or_value.rs
-rw-r--r-- 6943 pattern_type_mismatch.rs
-rw-r--r-- 5702 precedence.rs
-rw-r--r-- 25988 ptr.rs
-rw-r--r-- 4757 ptr_offset_with_cast.rs
-rw-r--r-- 1581 pub_use.rs
-rw-r--r-- 9364 question_mark.rs
-rw-r--r-- 18533 ranges.rs
-rw-r--r-- 5299 rc_clone_in_vec_init.rs
-rw-r--r-- 5674 read_zero_byte_vec.rs
-rw-r--r-- 27936 redundant_clone.rs
-rw-r--r-- 6156 redundant_closure_call.rs
-rw-r--r-- 4280 redundant_else.rs
-rw-r--r-- 2603 redundant_field_names.rs
-rw-r--r-- 3231 redundant_pub_crate.rs
-rw-r--r-- 7360 redundant_slicing.rs
-rw-r--r-- 4440 redundant_static_lifetimes.rs
-rw-r--r-- 2408 ref_option_ref.rs
-rw-r--r-- 4199 reference.rs
-rw-r--r-- 7993 regex.rs
-rw-r--r-- 2670 renamed_lints.rs
-rw-r--r-- 4938 return_self_not_must_use.rs
-rw-r--r-- 10321 returns.rs
-rw-r--r-- 7202 same_name_method.rs
-rw-r--r-- 2940 self_named_constructors.rs
-rw-r--r-- 2474 semicolon_if_nothing_returned.rs
-rw-r--r-- 2180 serde_api.rs
-rw-r--r-- 8351 shadow.rs
-rw-r--r-- 2122 single_char_lifetime_names.rs
-rw-r--r-- 5960 single_component_path_imports.rs
-rw-r--r-- 5679 size_of_in_element_count.rs
-rw-r--r-- 10965 slow_vector_initialization.rs
-rw-r--r-- 5948 std_instead_of_core.rs
-rw-r--r-- 18999 strings.rs
-rw-r--r-- 3600 strlen_on_c_strings.rs
-rw-r--r-- 24164 suspicious_operation_groupings.rs
-rw-r--r-- 4103 suspicious_trait_impl.rs
-rw-r--r-- 9096 swap.rs
-rw-r--r-- 3408 swap_ptr_to_ref.rs
-rw-r--r-- 6722 tabs_in_doc_comments.rs
-rw-r--r-- 1437 temporary_assignment.rs
-rw-r--r-- 4029 to_digit_is_some.rs
-rw-r--r-- 2987 trailing_empty_array.rs
-rw-r--r-- 14379 trait_bounds.rs
drwxr-xr-x - transmute
drwxr-xr-x - types
-rw-r--r-- 13922 undocumented_unsafe_blocks.rs
-rw-r--r-- 4922 unicode.rs
-rw-r--r-- 8985 uninit_vec.rs
-rw-r--r-- 7722 unit_return_expecting_ord.rs
drwxr-xr-x - unit_types
-rw-r--r-- 4775 unnamed_address.rs
-rw-r--r-- 3492 unnecessary_owned_empty_strings.rs
-rw-r--r-- 2721 unnecessary_self_imports.rs
-rw-r--r-- 6001 unnecessary_wraps.rs
-rw-r--r-- 15940 unnested_or_patterns.rs
-rw-r--r-- 2404 unsafe_removed_from_name.rs
-rw-r--r-- 2846 unused_async.rs
-rw-r--r-- 6320 unused_io_amount.rs
-rw-r--r-- 8593 unused_peekable.rs
-rw-r--r-- 2287 unused_rounding.rs
-rw-r--r-- 2512 unused_self.rs
-rw-r--r-- 4766 unused_unit.rs
-rw-r--r-- 12407 unwrap.rs
-rw-r--r-- 4390 unwrap_in_result.rs
-rw-r--r-- 4607 upper_case_acronyms.rs
-rw-r--r-- 12388 use_self.rs
-rw-r--r-- 7932 useless_conversion.rs
drwxr-xr-x - utils
-rw-r--r-- 5778 vec.rs
-rw-r--r-- 8570 vec_init_then_push.rs
-rw-r--r-- 7908 wildcard_imports.rs
-rw-r--r-- 17129 write.rs
-rw-r--r-- 2591 zero_div_zero.rs
-rw-r--r-- 3514 zero_sized_map_values.rs