]> git.lizzy.rs Git - rust.git/tree - src/tools/clippy/clippy_lints/src/
Rollup merge of #73949 - wesleywiser:simplify_try_fixes, r=oli-obk
[rust.git] / src / tools / clippy / clippy_lints / src /
drwxr-xr-x   ..
-rw-r--r-- 4084 approx_const.rs
-rw-r--r-- 5519 arithmetic.rs
-rw-r--r-- 1701 as_conversions.rs
-rw-r--r-- 5761 assertions_on_constants.rs
-rw-r--r-- 10498 assign_ops.rs
-rw-r--r-- 4803 atomic_ordering.rs
-rw-r--r-- 24379 attrs.rs
-rw-r--r-- 3486 await_holding_lock.rs
-rw-r--r-- 11983 bit_mask.rs
-rw-r--r-- 1420 blacklisted_name.rs
-rw-r--r-- 5810 blocks_in_if_conditions.rs
-rw-r--r-- 18001 booleans.rs
-rw-r--r-- 5060 bytecount.rs
-rw-r--r-- 3451 cargo_common_metadata.rs
-rw-r--r-- 11258 checked_conversions.rs
-rw-r--r-- 5206 cognitive_complexity.rs
-rw-r--r-- 5235 collapsible_if.rs
-rw-r--r-- 4052 comparison_chain.rs
-rw-r--r-- 23745 consts.rs
-rw-r--r-- 13608 copies.rs
-rw-r--r-- 1687 copy_iterator.rs
-rw-r--r-- 2074 dbg_macro.rs
-rw-r--r-- 3156 default_trait_access.rs
-rw-r--r-- 6508 deprecated_lints.rs
-rw-r--r-- 3892 dereference.rs
-rw-r--r-- 10359 derive.rs
-rw-r--r-- 18491 doc.rs
-rw-r--r-- 3482 double_comparison.rs
-rw-r--r-- 2593 double_parens.rs
-rw-r--r-- 2806 drop_bounds.rs
-rw-r--r-- 6623 drop_forget_ref.rs
-rw-r--r-- 2774 duration_subsec.rs
-rw-r--r-- 2033 else_if_without_else.rs
-rw-r--r-- 1955 empty_enum.rs
-rw-r--r-- 6830 entry.rs
-rw-r--r-- 3273 enum_clike.rs
-rw-r--r-- 10357 enum_variants.rs
-rw-r--r-- 10551 eq_op.rs
-rw-r--r-- 1737 erasing_op.rs
-rw-r--r-- 5186 escape.rs
-rw-r--r-- 8438 eta_reduction.rs
-rw-r--r-- 13274 eval_order_dependence.rs
-rw-r--r-- 5137 excessive_bools.rs
-rw-r--r-- 1804 exit.rs
-rw-r--r-- 6346 explicit_write.rs
-rw-r--r-- 5404 fallible_impl_from.rs
-rw-r--r-- 6286 float_literal.rs
-rw-r--r-- 16550 floating_point_arithmetic.rs
-rw-r--r-- 7840 format.rs
-rw-r--r-- 11545 formatting.rs
-rw-r--r-- 23268 functions.rs
-rw-r--r-- 4821 future_not_send.rs
-rw-r--r-- 3666 get_last_with_len.rs
-rw-r--r-- 3353 identity_op.rs
-rw-r--r-- 4770 if_let_mutex.rs
-rw-r--r-- 3041 if_let_some_result.rs
-rw-r--r-- 2590 if_not_else.rs
-rw-r--r-- 5369 implicit_return.rs
-rw-r--r-- 6225 implicit_saturating_sub.rs
-rw-r--r-- 6341 indexing_slicing.rs
-rw-r--r-- 8393 infinite_iter.rs
-rw-r--r-- 3126 inherent_impl.rs
-rw-r--r-- 5169 inherent_to_string.rs
-rw-r--r-- 1852 inline_fn_without_body.rs
-rw-r--r-- 6139 int_plus_one.rs
-rw-r--r-- 1755 integer_division.rs
-rw-r--r-- 2487 items_after_statements.rs
-rw-r--r-- 2903 large_const_arrays.rs
-rw-r--r-- 5206 large_enum_variant.rs
-rw-r--r-- 2267 large_stack_arrays.rs
-rw-r--r-- 11409 len_zero.rs
-rw-r--r-- 4709 let_and_return.rs
-rw-r--r-- 7220 let_if_seq.rs
-rw-r--r-- 4132 let_underscore.rs
-rw-r--r-- 83040 lib.rs
-rw-r--r-- 17633 lifetimes.rs
-rw-r--r-- 15085 literal_representation.rs
-rw-r--r-- 87882 loops.rs
-rw-r--r-- 8816 macro_use.rs
-rw-r--r-- 1920 main_recursion.rs
-rw-r--r-- 5937 manual_async_fn.rs
-rw-r--r-- 6104 manual_non_exhaustive.rs
-rw-r--r-- 5548 map_clone.rs
-rw-r--r-- 9831 map_unit_fn.rs
-rw-r--r-- 3117 match_on_vec_items.rs
-rw-r--r-- 45993 matches.rs
-rw-r--r-- 3242 mem_discriminant.rs
-rw-r--r-- 1581 mem_forget.rs
-rw-r--r-- 9530 mem_replace.rs
drwxr-xr-x - methods
-rw-r--r-- 3460 minmax.rs
-rw-r--r-- 25422 misc.rs
-rw-r--r-- 23069 misc_early.rs
-rw-r--r-- 4766 missing_const_for_fn.rs
-rw-r--r-- 6900 missing_doc.rs
-rw-r--r-- 6344 missing_inline.rs
-rw-r--r-- 5121 modulo_arithmetic.rs
-rw-r--r-- 3484 multiple_crate_versions.rs
-rw-r--r-- 4491 mut_key.rs
-rw-r--r-- 3624 mut_mut.rs
-rw-r--r-- 3180 mut_reference.rs
-rw-r--r-- 5653 mutable_debug_assertion.rs
-rw-r--r-- 3442 mutex_atomic.rs
-rw-r--r-- 12876 needless_bool.rs
-rw-r--r-- 4706 needless_borrow.rs
-rw-r--r-- 3796 needless_borrowed_ref.rs
-rw-r--r-- 13498 needless_continue.rs
-rw-r--r-- 13646 needless_pass_by_value.rs
-rw-r--r-- 1835 needless_update.rs
-rw-r--r-- 3220 neg_cmp_op_on_partial_ord.rs
-rw-r--r-- 1816 neg_multiply.rs
-rw-r--r-- 7089 new_without_default.rs
-rw-r--r-- 6703 no_effect.rs
-rw-r--r-- 10511 non_copy_const.rs
-rw-r--r-- 14636 non_expressive_names.rs
-rw-r--r-- 6984 open_options.rs
-rw-r--r-- 1884 option_env_unwrap.rs
-rw-r--r-- 3803 overflow_check_conditional.rs
-rw-r--r-- 5218 panic_unimplemented.rs
-rw-r--r-- 1970 partialeq_ne_impl.rs
-rw-r--r-- 2683 path_buf_push_overwrite.rs
-rw-r--r-- 6031 precedence.rs
-rw-r--r-- 12879 ptr.rs
-rw-r--r-- 4697 ptr_offset_with_cast.rs
-rw-r--r-- 7628 question_mark.rs
-rw-r--r-- 12761 ranges.rs
-rw-r--r-- 22204 redundant_clone.rs
-rw-r--r-- 2177 redundant_field_names.rs
-rw-r--r-- 9502 redundant_pattern_matching.rs
-rw-r--r-- 2815 redundant_pub_crate.rs
-rw-r--r-- 4089 redundant_static_lifetimes.rs
-rw-r--r-- 3395 reference.rs
-rw-r--r-- 9791 regex.rs
-rw-r--r-- 9769 returns.rs
-rw-r--r-- 2120 serde_api.rs
-rw-r--r-- 13600 shadow.rs
-rw-r--r-- 2014 single_component_path_imports.rs
-rw-r--r-- 11408 slow_vector_initialization.rs
-rw-r--r-- 7471 strings.rs
-rw-r--r-- 6589 suspicious_trait_impl.rs
-rw-r--r-- 9526 swap.rs
-rw-r--r-- 6168 tabs_in_doc_comments.rs
-rw-r--r-- 1709 temporary_assignment.rs
-rw-r--r-- 4048 to_digit_is_some.rs
-rw-r--r-- 3413 trait_bounds.rs
-rw-r--r-- 27043 transmute.rs
-rw-r--r-- 3592 transmuting_null.rs
-rw-r--r-- 6410 trivially_copy_pass_by_ref.rs
-rw-r--r-- 4731 try_err.rs
-rw-r--r-- 94432 types.rs
-rw-r--r-- 4487 unicode.rs
-rw-r--r-- 4821 unnamed_address.rs
-rw-r--r-- 11026 unnecessary_sort_by.rs
-rw-r--r-- 15054 unnested_or_patterns.rs
-rw-r--r-- 2452 unsafe_removed_from_name.rs
-rw-r--r-- 3426 unused_io_amount.rs
-rw-r--r-- 3344 unused_self.rs
-rw-r--r-- 9021 unwrap.rs
-rw-r--r-- 9968 use_self.rs
-rw-r--r-- 7414 useless_conversion.rs
drwxr-xr-x - utils
-rw-r--r-- 3598 vec.rs
-rw-r--r-- 2258 vec_resize_to_zero.rs
-rw-r--r-- 3001 verbose_file_reads.rs
-rw-r--r-- 1989 wildcard_dependencies.rs
-rw-r--r-- 7653 wildcard_imports.rs
-rw-r--r-- 17239 write.rs
-rw-r--r-- 2564 zero_div_zero.rs