]> git.lizzy.rs Git - rust.git/tree - src/tools/clippy/clippy_lints/src/
bootstrap: Configurable musl libdir
[rust.git] / src / tools / clippy / clippy_lints / src /
drwxr-xr-x   ..
-rw-r--r-- 4104 approx_const.rs
-rw-r--r-- 5535 arithmetic.rs
-rw-r--r-- 1701 as_conversions.rs
-rw-r--r-- 5777 assertions_on_constants.rs
-rw-r--r-- 10512 assign_ops.rs
-rw-r--r-- 4850 atomic_ordering.rs
-rw-r--r-- 24435 attrs.rs
-rw-r--r-- 3502 await_holding_lock.rs
-rw-r--r-- 12013 bit_mask.rs
-rw-r--r-- 1432 blacklisted_name.rs
-rw-r--r-- 5826 blocks_in_if_conditions.rs
-rw-r--r-- 18042 booleans.rs
-rw-r--r-- 5068 bytecount.rs
-rw-r--r-- 3463 cargo_common_metadata.rs
-rw-r--r-- 11282 checked_conversions.rs
-rw-r--r-- 5235 cognitive_complexity.rs
-rw-r--r-- 5235 collapsible_if.rs
-rw-r--r-- 4062 comparison_chain.rs
-rw-r--r-- 23757 consts.rs
-rw-r--r-- 13683 copies.rs
-rw-r--r-- 1699 copy_iterator.rs
-rw-r--r-- 2074 dbg_macro.rs
-rw-r--r-- 3173 default_trait_access.rs
-rw-r--r-- 6508 deprecated_lints.rs
-rw-r--r-- 4000 dereference.rs
-rw-r--r-- 10407 derive.rs
-rw-r--r-- 18547 doc.rs
-rw-r--r-- 3502 double_comparison.rs
-rw-r--r-- 2593 double_parens.rs
-rw-r--r-- 2851 drop_bounds.rs
-rw-r--r-- 6633 drop_forget_ref.rs
-rw-r--r-- 2782 duration_subsec.rs
-rw-r--r-- 2033 else_if_without_else.rs
-rw-r--r-- 1967 empty_enum.rs
-rw-r--r-- 6874 entry.rs
-rw-r--r-- 3285 enum_clike.rs
-rw-r--r-- 10357 enum_variants.rs
-rw-r--r-- 10547 eq_op.rs
-rw-r--r-- 1751 erasing_op.rs
-rw-r--r-- 5122 escape.rs
-rw-r--r-- 8456 eta_reduction.rs
-rw-r--r-- 13312 eval_order_dependence.rs
-rw-r--r-- 5137 excessive_bools.rs
-rw-r--r-- 1816 exit.rs
-rw-r--r-- 6358 explicit_write.rs
-rw-r--r-- 5428 fallible_impl_from.rs
-rw-r--r-- 6296 float_literal.rs
-rw-r--r-- 16592 floating_point_arithmetic.rs
-rw-r--r-- 7896 format.rs
-rw-r--r-- 11545 formatting.rs
-rw-r--r-- 23356 functions.rs
-rw-r--r-- 4833 future_not_send.rs
-rw-r--r-- 3676 get_last_with_len.rs
-rw-r--r-- 3365 identity_op.rs
-rw-r--r-- 4784 if_let_mutex.rs
-rw-r--r-- 3051 if_let_some_result.rs
-rw-r--r-- 2590 if_not_else.rs
-rw-r--r-- 5396 implicit_return.rs
-rw-r--r-- 6241 implicit_saturating_sub.rs
-rw-r--r-- 6353 indexing_slicing.rs
-rw-r--r-- 8390 infinite_iter.rs
-rw-r--r-- 3142 inherent_impl.rs
-rw-r--r-- 5185 inherent_to_string.rs
-rw-r--r-- 1868 inline_fn_without_body.rs
-rw-r--r-- 6139 int_plus_one.rs
-rw-r--r-- 1771 integer_division.rs
-rw-r--r-- 2487 items_after_statements.rs
-rw-r--r-- 2915 large_const_arrays.rs
-rw-r--r-- 5218 large_enum_variant.rs
-rw-r--r-- 2277 large_stack_arrays.rs
-rw-r--r-- 11463 len_zero.rs
-rw-r--r-- 4734 let_and_return.rs
-rw-r--r-- 7270 let_if_seq.rs
-rw-r--r-- 4141 let_underscore.rs
-rw-r--r-- 83779 lib.rs
-rw-r--r-- 17694 lifetimes.rs
-rw-r--r-- 15085 literal_representation.rs
-rw-r--r-- 87851 loops.rs
-rw-r--r-- 1853 macro_use.rs
-rw-r--r-- 1932 main_recursion.rs
-rw-r--r-- 5961 manual_async_fn.rs
-rw-r--r-- 6104 manual_non_exhaustive.rs
-rw-r--r-- 5562 map_clone.rs
-rw-r--r-- 9862 map_unit_fn.rs
-rw-r--r-- 3141 match_on_vec_items.rs
-rw-r--r-- 46066 matches.rs
-rw-r--r-- 3259 mem_discriminant.rs
-rw-r--r-- 1591 mem_forget.rs
-rw-r--r-- 8601 mem_replace.rs
drwxr-xr-x - methods
-rw-r--r-- 3402 minmax.rs
-rw-r--r-- 25481 misc.rs
-rw-r--r-- 23069 misc_early.rs
-rw-r--r-- 4782 missing_const_for_fn.rs
-rw-r--r-- 6991 missing_doc.rs
-rw-r--r-- 6368 missing_inline.rs
-rw-r--r-- 5147 modulo_arithmetic.rs
-rw-r--r-- 3492 multiple_crate_versions.rs
-rw-r--r-- 4534 mut_key.rs
-rw-r--r-- 3642 mut_mut.rs
-rw-r--r-- 3213 mut_reference.rs
-rw-r--r-- 5682 mutable_debug_assertion.rs
-rw-r--r-- 3452 mutex_atomic.rs
-rw-r--r-- 12904 needless_bool.rs
-rw-r--r-- 4724 needless_borrow.rs
-rw-r--r-- 3808 needless_borrowed_ref.rs
-rw-r--r-- 13498 needless_continue.rs
-rw-r--r-- 13812 needless_pass_by_value.rs
-rw-r--r-- 1845 needless_update.rs
-rw-r--r-- 3230 neg_cmp_op_on_partial_ord.rs
-rw-r--r-- 1828 neg_multiply.rs
-rw-r--r-- 7101 new_without_default.rs
-rw-r--r-- 6713 no_effect.rs
-rw-r--r-- 10534 non_copy_const.rs
-rw-r--r-- 14636 non_expressive_names.rs
-rw-r--r-- 7000 open_options.rs
-rw-r--r-- 1884 option_env_unwrap.rs
-rw-r--r-- 3807 overflow_check_conditional.rs
-rw-r--r-- 5234 panic_unimplemented.rs
-rw-r--r-- 1982 partialeq_ne_impl.rs
-rw-r--r-- 2693 path_buf_push_overwrite.rs
-rw-r--r-- 6031 precedence.rs
-rw-r--r-- 12907 ptr.rs
-rw-r--r-- 4745 ptr_offset_with_cast.rs
-rw-r--r-- 7660 question_mark.rs
-rw-r--r-- 12795 ranges.rs
-rw-r--r-- 22240 redundant_clone.rs
-rw-r--r-- 2177 redundant_field_names.rs
-rw-r--r-- 7549 redundant_pattern_matching.rs
-rw-r--r-- 2831 redundant_pub_crate.rs
-rw-r--r-- 4089 redundant_static_lifetimes.rs
-rw-r--r-- 3395 reference.rs
-rw-r--r-- 9842 regex.rs
-rw-r--r-- 9769 returns.rs
-rw-r--r-- 2132 serde_api.rs
-rw-r--r-- 13670 shadow.rs
-rw-r--r-- 2014 single_component_path_imports.rs
-rw-r--r-- 11440 slow_vector_initialization.rs
-rw-r--r-- 7501 strings.rs
-rw-r--r-- 6609 suspicious_trait_impl.rs
-rw-r--r-- 9548 swap.rs
-rw-r--r-- 6168 tabs_in_doc_comments.rs
-rw-r--r-- 1732 temporary_assignment.rs
-rw-r--r-- 4065 to_digit_is_some.rs
-rw-r--r-- 3436 trait_bounds.rs
-rw-r--r-- 27070 transmute.rs
-rw-r--r-- 3602 transmuting_null.rs
-rw-r--r-- 6434 trivially_copy_pass_by_ref.rs
-rw-r--r-- 4755 try_err.rs
-rw-r--r-- 95278 types.rs
-rw-r--r-- 4499 unicode.rs
-rw-r--r-- 4834 unnamed_address.rs
-rw-r--r-- 11005 unnecessary_sort_by.rs
-rw-r--r-- 15056 unnested_or_patterns.rs
-rw-r--r-- 2452 unsafe_removed_from_name.rs
-rw-r--r-- 3442 unused_io_amount.rs
-rw-r--r-- 3360 unused_self.rs
-rw-r--r-- 9054 unwrap.rs
-rw-r--r-- 10003 use_self.rs
-rw-r--r-- 7421 useless_conversion.rs
drwxr-xr-x - utils
-rw-r--r-- 3612 vec.rs
-rw-r--r-- 2268 vec_resize_to_zero.rs
-rw-r--r-- 3025 verbose_file_reads.rs
-rw-r--r-- 1997 wildcard_dependencies.rs
-rw-r--r-- 7664 wildcard_imports.rs
-rw-r--r-- 17239 write.rs
-rw-r--r-- 2572 zero_div_zero.rs