Crate allow_prefixed

Source
Expand description

Alias/label lints (to disable) with your intentions.

Implementation of ‘allow’ crate, exported with no prefix (for prefixless lints), and with clippy_ and rustdoc_ prefixes.

Attribute Macros§

ambiguous_associated_items
Alias to # allow(ambiguous_associated_items).
ambiguous_glob_reexports
Alias to # allow(ambiguous_glob_reexports).
anonymous_parameters
Alias to # allow(anonymous_parameters).
arithmetic_overflow
Alias to # allow(arithmetic_overflow).
array_into_iter
Alias to # allow(array_into_iter).
asm_sub_register
Alias to # allow(asm_sub_register).
bad_asm_style
Alias to # allow(bad_asm_style).
bare_trait_objects
Alias to # allow(bare_trait_objects).
bindings_with_variant_name
Alias to # allow(bindings_with_variant_name).
box_pointers
Alias to # allow(box_pointers).
break_with_label_and_loop
Alias to # allow(break_with_label_and_loop).
byte_slice_in_packed_struct_with_derive
Alias to # allow(byte_slice_in_packed_struct_with_derive).
cenum_impl_drop_cast
Alias to # allow(cenum_impl_drop_cast).
clashing_extern_declarations
Alias to # allow(clashing_extern_declarations).
clippy_absurd_extreme_comparisons
Alias to # allow(clippy ::absurd_extreme_comparisons).
clippy_alloc_instead_of_core
Alias to # allow(clippy ::alloc_instead_of_core).
clippy_allow_attributes
Alias to # allow(clippy ::allow_attributes).
clippy_allow_attributes_without_reason
Alias to # allow(clippy ::allow_attributes_without_reason).
clippy_almost_complete_range
Alias to # allow(clippy ::almost_complete_range).
clippy_almost_swapped
Alias to # allow(clippy ::almost_swapped).
clippy_approx_constant
Alias to # allow(clippy ::approx_constant).
clippy_arithmetic_side_effects
Alias to # allow(clippy ::arithmetic_side_effects).
clippy_as_conversions
Alias to # allow(clippy ::as_conversions).
clippy_as_ptr_cast_mut
Alias to # allow(clippy ::as_ptr_cast_mut).
clippy_as_underscore
Alias to # allow(clippy ::as_underscore).
clippy_assertions_on_constants
Alias to # allow(clippy ::assertions_on_constants).
clippy_assertions_on_result_states
Alias to # allow(clippy ::assertions_on_result_states).
clippy_assign_op_pattern
Alias to # allow(clippy ::assign_op_pattern).
clippy_async_yields_async
Alias to # allow(clippy ::async_yields_async).
clippy_await_holding_invalid_type
Alias to # allow(clippy ::await_holding_invalid_type).
clippy_await_holding_lock
Alias to # allow(clippy ::await_holding_lock).
clippy_await_holding_refcell_ref
Alias to # allow(clippy ::await_holding_refcell_ref).
clippy_bad_bit_mask
Alias to # allow(clippy ::bad_bit_mask).
clippy_bind_instead_of_map
Alias to # allow(clippy ::bind_instead_of_map).
clippy_blanket_clippy_restriction_lints
Alias to # allow(clippy ::blanket_clippy_restriction_lints).
clippy_blocks_in_if_conditions
Alias to # allow(clippy ::blocks_in_if_conditions).
clippy_bool_assert_comparison
Alias to # allow(clippy ::bool_assert_comparison).
clippy_bool_comparison
Alias to # allow(clippy ::bool_comparison).
clippy_bool_to_int_with_if
Alias to # allow(clippy ::bool_to_int_with_if).
clippy_borrow_as_ptr
Alias to # allow(clippy ::borrow_as_ptr).
clippy_borrow_deref_ref
Alias to # allow(clippy ::borrow_deref_ref).
clippy_borrow_interior_mutable_const
Alias to # allow(clippy ::borrow_interior_mutable_const).
clippy_borrowed_box
Alias to # allow(clippy ::borrowed_box).
clippy_box_collection
Alias to # allow(clippy ::box_collection).
clippy_box_default
Alias to # allow(clippy ::box_default).
clippy_boxed_local
Alias to # allow(clippy ::boxed_local).
clippy_branches_sharing_code
Alias to # allow(clippy ::branches_sharing_code).
clippy_builtin_type_shadow
Alias to # allow(clippy ::builtin_type_shadow).
clippy_bytes_count_to_len
Alias to # allow(clippy ::bytes_count_to_len).
clippy_bytes_nth
Alias to # allow(clippy ::bytes_nth).
clippy_cargo_common_metadata
Alias to # allow(clippy ::cargo_common_metadata).
clippy_case_sensitive_file_extension_comparisons
Alias to # allow(clippy ::case_sensitive_file_extension_comparisons).
clippy_cast_abs_to_unsigned
Alias to # allow(clippy ::cast_abs_to_unsigned).
clippy_cast_enum_constructor
Alias to # allow(clippy ::cast_enum_constructor).
clippy_cast_enum_truncation
Alias to # allow(clippy ::cast_enum_truncation).
clippy_cast_lossless
Alias to # allow(clippy ::cast_lossless).
clippy_cast_nan_to_int
Alias to # allow(clippy ::cast_nan_to_int).
clippy_cast_possible_truncation
Alias to # allow(clippy ::cast_possible_truncation).
clippy_cast_possible_wrap
Alias to # allow(clippy ::cast_possible_wrap).
clippy_cast_precision_loss
Alias to # allow(clippy ::cast_precision_loss).
clippy_cast_ptr_alignment
Alias to # allow(clippy ::cast_ptr_alignment).
clippy_cast_ref_to_mut
Alias to # allow(clippy ::cast_ref_to_mut).
clippy_cast_sign_loss
Alias to # allow(clippy ::cast_sign_loss).
clippy_cast_slice_different_sizes
Alias to # allow(clippy ::cast_slice_different_sizes).
clippy_cast_slice_from_raw_parts
Alias to # allow(clippy ::cast_slice_from_raw_parts).
clippy_char_lit_as_u8
Alias to # allow(clippy ::char_lit_as_u8).
clippy_chars_last_cmp
Alias to # allow(clippy ::chars_last_cmp).
clippy_chars_next_cmp
Alias to # allow(clippy ::chars_next_cmp).
clippy_checked_conversions
Alias to # allow(clippy ::checked_conversions).
clippy_clear_with_drain
Alias to # allow(clippy ::clear_with_drain).
clippy_clone_double_ref
Alias to # allow(clippy ::clone_double_ref).
clippy_clone_on_copy
Alias to # allow(clippy ::clone_on_copy).
clippy_clone_on_ref_ptr
Alias to # allow(clippy ::clone_on_ref_ptr).
clippy_cloned_instead_of_copied
Alias to # allow(clippy ::cloned_instead_of_copied).
clippy_cmp_nan
Alias to # allow(clippy ::cmp_nan).
clippy_cmp_null
Alias to # allow(clippy ::cmp_null).
clippy_cmp_owned
Alias to # allow(clippy ::cmp_owned).
clippy_cognitive_complexity
Alias to # allow(clippy ::cognitive_complexity).
clippy_collapsible_else_if
Alias to # allow(clippy ::collapsible_else_if).
clippy_collapsible_if
Alias to # allow(clippy ::collapsible_if).
clippy_collapsible_match
Alias to # allow(clippy ::collapsible_match).
clippy_collapsible_str_replace
Alias to # allow(clippy ::collapsible_str_replace).
clippy_collection_is_never_read
Alias to # allow(clippy ::collection_is_never_read).
clippy_comparison_chain
Alias to # allow(clippy ::comparison_chain).
clippy_comparison_to_empty
Alias to # allow(clippy ::comparison_to_empty).
clippy_copy_iterator
Alias to # allow(clippy ::copy_iterator).
clippy_crate_in_macro_def
Alias to # allow(clippy ::crate_in_macro_def).
clippy_create_dir
Alias to # allow(clippy ::create_dir).
clippy_crosspointer_transmute
Alias to # allow(clippy ::crosspointer_transmute).
clippy_dbg_macro
Alias to # allow(clippy ::dbg_macro).
clippy_debug_assert_with_mut_call
Alias to # allow(clippy ::debug_assert_with_mut_call).
clippy_decimal_literal_representation
Alias to # allow(clippy ::decimal_literal_representation).
clippy_declare_interior_mutable_const
Alias to # allow(clippy ::declare_interior_mutable_const).
clippy_default_instead_of_iter_empty
Alias to # allow(clippy ::default_instead_of_iter_empty).
clippy_default_numeric_fallback
Alias to # allow(clippy ::default_numeric_fallback).
clippy_default_trait_access
Alias to # allow(clippy ::default_trait_access).
clippy_default_union_representation
Alias to # allow(clippy ::default_union_representation).
clippy_deprecated_cfg_attr
Alias to # allow(clippy ::deprecated_cfg_attr).
clippy_deprecated_semver
Alias to # allow(clippy ::deprecated_semver).
clippy_deref_addrof
Alias to # allow(clippy ::deref_addrof).
clippy_deref_by_slicing
Alias to # allow(clippy ::deref_by_slicing).
clippy_derivable_impls
Alias to # allow(clippy ::derivable_impls).
clippy_derive_ord_xor_partial_ord
Alias to # allow(clippy ::derive_ord_xor_partial_ord).
clippy_derive_partial_eq_without_eq
Alias to # allow(clippy ::derive_partial_eq_without_eq).
clippy_derived_hash_with_manual_eq
Alias to # allow(clippy ::derived_hash_with_manual_eq).
clippy_disallowed_macros
Alias to # allow(clippy ::disallowed_macros).
clippy_disallowed_methods
Alias to # allow(clippy ::disallowed_methods).
clippy_disallowed_names
Alias to # allow(clippy ::disallowed_names).
clippy_disallowed_script_idents
Alias to # allow(clippy ::disallowed_script_idents).
clippy_disallowed_types
Alias to # allow(clippy ::disallowed_types).
clippy_diverging_sub_expression
Alias to # allow(clippy ::diverging_sub_expression).
clippy_doc_link_with_quotes
Alias to # allow(clippy ::doc_link_with_quotes).
clippy_doc_markdown
Alias to # allow(clippy ::doc_markdown).
clippy_double_comparisons
Alias to # allow(clippy ::double_comparisons).
clippy_double_must_use
Alias to # allow(clippy ::double_must_use).
clippy_double_neg
Alias to # allow(clippy ::double_neg).
clippy_double_parens
Alias to # allow(clippy ::double_parens).
clippy_drop_copy
Alias to # allow(clippy ::drop_copy).
clippy_drop_non_drop
Alias to # allow(clippy ::drop_non_drop).
clippy_drop_ref
Alias to # allow(clippy ::drop_ref).
clippy_duplicate_mod
Alias to # allow(clippy ::duplicate_mod).
clippy_duplicate_underscore_argument
Alias to # allow(clippy ::duplicate_underscore_argument).
clippy_duration_subsec
Alias to # allow(clippy ::duration_subsec).
clippy_else_if_without_else
Alias to # allow(clippy ::else_if_without_else).
clippy_empty_drop
Alias to # allow(clippy ::empty_drop).
clippy_empty_enum
Alias to # allow(clippy ::empty_enum).
clippy_empty_line_after_outer_attr
Alias to # allow(clippy ::empty_line_after_outer_attr).
clippy_empty_loop
Alias to # allow(clippy ::empty_loop).
clippy_empty_structs_with_brackets
Alias to # allow(clippy ::empty_structs_with_brackets).
clippy_enum_clike_unportable_variant
Alias to # allow(clippy ::enum_clike_unportable_variant).
clippy_enum_glob_use
Alias to # allow(clippy ::enum_glob_use).
clippy_enum_variant_names
Alias to # allow(clippy ::enum_variant_names).
clippy_eq_op
Alias to # allow(clippy ::eq_op).
clippy_equatable_if_let
Alias to # allow(clippy ::equatable_if_let).
clippy_erasing_op
Alias to # allow(clippy ::erasing_op).
clippy_err_expect
Alias to # allow(clippy ::err_expect).
clippy_excessive_precision
Alias to # allow(clippy ::excessive_precision).
clippy_exhaustive_enums
Alias to # allow(clippy ::exhaustive_enums).
clippy_exhaustive_structs
Alias to # allow(clippy ::exhaustive_structs).
clippy_exit
Alias to # allow(clippy ::exit).
clippy_expect_fun_call
Alias to # allow(clippy ::expect_fun_call).
clippy_expect_used
Alias to # allow(clippy ::expect_used).
clippy_expl_impl_clone_on_copy
Alias to # allow(clippy ::expl_impl_clone_on_copy).
clippy_explicit_auto_deref
Alias to # allow(clippy ::explicit_auto_deref).
clippy_explicit_counter_loop
Alias to # allow(clippy ::explicit_counter_loop).
clippy_explicit_deref_methods
Alias to # allow(clippy ::explicit_deref_methods).
clippy_explicit_into_iter_loop
Alias to # allow(clippy ::explicit_into_iter_loop).
clippy_explicit_iter_loop
Alias to # allow(clippy ::explicit_iter_loop).
clippy_explicit_write
Alias to # allow(clippy ::explicit_write).
clippy_extend_with_drain
Alias to # allow(clippy ::extend_with_drain).
clippy_extra_unused_lifetimes
Alias to # allow(clippy ::extra_unused_lifetimes).
clippy_extra_unused_type_parameters
Alias to # allow(clippy ::extra_unused_type_parameters).
clippy_fallible_impl_from
Alias to # allow(clippy ::fallible_impl_from).
clippy_field_reassign_with_default
Alias to # allow(clippy ::field_reassign_with_default).
clippy_filetype_is_file
Alias to # allow(clippy ::filetype_is_file).
clippy_filter_map_identity
Alias to # allow(clippy ::filter_map_identity).
clippy_filter_map_next
Alias to # allow(clippy ::filter_map_next).
clippy_filter_next
Alias to # allow(clippy ::filter_next).
clippy_flat_map_identity
Alias to # allow(clippy ::flat_map_identity).
clippy_flat_map_option
Alias to # allow(clippy ::flat_map_option).
clippy_float_arithmetic
Alias to # allow(clippy ::float_arithmetic).
clippy_float_cmp
Alias to # allow(clippy ::float_cmp).
clippy_float_cmp_const
Alias to # allow(clippy ::float_cmp_const).
clippy_float_equality_without_abs
Alias to # allow(clippy ::float_equality_without_abs).
clippy_fn_address_comparisons
Alias to # allow(clippy ::fn_address_comparisons).
clippy_fn_null_check
Alias to # allow(clippy ::fn_null_check).
clippy_fn_params_excessive_bools
Alias to # allow(clippy ::fn_params_excessive_bools).
clippy_fn_to_numeric_cast
Alias to # allow(clippy ::fn_to_numeric_cast).
clippy_fn_to_numeric_cast_any
Alias to # allow(clippy ::fn_to_numeric_cast_any).
clippy_fn_to_numeric_cast_with_truncation
Alias to # allow(clippy ::fn_to_numeric_cast_with_truncation).
clippy_for_kv_map
Alias to # allow(clippy ::for_kv_map).
clippy_forget_copy
Alias to # allow(clippy ::forget_copy).
clippy_forget_non_drop
Alias to # allow(clippy ::forget_non_drop).
clippy_forget_ref
Alias to # allow(clippy ::forget_ref).
clippy_format_in_format_args
Alias to # allow(clippy ::format_in_format_args).
clippy_format_push_string
Alias to # allow(clippy ::format_push_string).
clippy_from_iter_instead_of_collect
Alias to # allow(clippy ::from_iter_instead_of_collect).
clippy_from_over_into
Alias to # allow(clippy ::from_over_into).
clippy_from_raw_with_void_ptr
Alias to # allow(clippy ::from_raw_with_void_ptr).
clippy_from_str_radix_10
Alias to # allow(clippy ::from_str_radix_10).
clippy_future_not_send
Alias to # allow(clippy ::future_not_send).
clippy_get_first
Alias to # allow(clippy ::get_first).
clippy_get_last_with_len
Alias to # allow(clippy ::get_last_with_len).
clippy_get_unwrap
Alias to # allow(clippy ::get_unwrap).
clippy_identity_op
Alias to # allow(clippy ::identity_op).
clippy_if_let_mutex
Alias to # allow(clippy ::if_let_mutex).
clippy_if_not_else
Alias to # allow(clippy ::if_not_else).
clippy_if_same_then_else
Alias to # allow(clippy ::if_same_then_else).
clippy_if_then_some_else_none
Alias to # allow(clippy ::if_then_some_else_none).
clippy_ifs_same_cond
Alias to # allow(clippy ::ifs_same_cond).
clippy_impl_trait_in_params
Alias to # allow(clippy ::impl_trait_in_params).
clippy_implicit_clone
Alias to # allow(clippy ::implicit_clone).
clippy_implicit_hasher
Alias to # allow(clippy ::implicit_hasher).
clippy_implicit_return
Alias to # allow(clippy ::implicit_return).
clippy_implicit_saturating_add
Alias to # allow(clippy ::implicit_saturating_add).
clippy_implicit_saturating_sub
Alias to # allow(clippy ::implicit_saturating_sub).
clippy_imprecise_flops
Alias to # allow(clippy ::imprecise_flops).
clippy_inconsistent_digit_grouping
Alias to # allow(clippy ::inconsistent_digit_grouping).
clippy_inconsistent_struct_constructor
Alias to # allow(clippy ::inconsistent_struct_constructor).
clippy_index_refutable_slice
Alias to # allow(clippy ::index_refutable_slice).
clippy_indexing_slicing
Alias to # allow(clippy ::indexing_slicing).
clippy_ineffective_bit_mask
Alias to # allow(clippy ::ineffective_bit_mask).
clippy_inefficient_to_string
Alias to # allow(clippy ::inefficient_to_string).
clippy_infallible_destructuring_match
Alias to # allow(clippy ::infallible_destructuring_match).
clippy_infinite_iter
Alias to # allow(clippy ::infinite_iter).
clippy_inherent_to_string
Alias to # allow(clippy ::inherent_to_string).
clippy_inherent_to_string_shadow_display
Alias to # allow(clippy ::inherent_to_string_shadow_display).
clippy_init_numbered_fields
Alias to # allow(clippy ::init_numbered_fields).
clippy_inline_always
Alias to # allow(clippy ::inline_always).
clippy_inline_asm_x86_att_syntax
Alias to # allow(clippy ::inline_asm_x86_att_syntax).
clippy_inline_asm_x86_intel_syntax
Alias to # allow(clippy ::inline_asm_x86_intel_syntax).
clippy_inline_fn_without_body
Alias to # allow(clippy ::inline_fn_without_body).
clippy_inspect_for_each
Alias to # allow(clippy ::inspect_for_each).
clippy_int_plus_one
Alias to # allow(clippy ::int_plus_one).
clippy_integer_arithmetic
Alias to # allow(clippy ::integer_arithmetic).
clippy_integer_division
Alias to # allow(clippy ::integer_division).
clippy_into_iter_on_ref
Alias to # allow(clippy ::into_iter_on_ref).
clippy_invalid_null_ptr_usage
Alias to # allow(clippy ::invalid_null_ptr_usage).
clippy_invalid_regex
Alias to # allow(clippy ::invalid_regex).
clippy_invalid_upcast_comparisons
Alias to # allow(clippy ::invalid_upcast_comparisons).
clippy_invalid_utf8_in_unchecked
Alias to # allow(clippy ::invalid_utf8_in_unchecked).
clippy_invisible_characters
Alias to # allow(clippy ::invisible_characters).
clippy_is_digit_ascii_radix
Alias to # allow(clippy ::is_digit_ascii_radix).
clippy_items_after_statements
Alias to # allow(clippy ::items_after_statements).
clippy_items_after_test_module
Alias to # allow(clippy ::items_after_test_module).
clippy_iter_cloned_collect
Alias to # allow(clippy ::iter_cloned_collect).
clippy_iter_count
Alias to # allow(clippy ::iter_count).
clippy_iter_kv_map
Alias to # allow(clippy ::iter_kv_map).
clippy_iter_next_loop
Alias to # allow(clippy ::iter_next_loop).
clippy_iter_next_slice
Alias to # allow(clippy ::iter_next_slice).
clippy_iter_not_returning_iterator
Alias to # allow(clippy ::iter_not_returning_iterator).
clippy_iter_nth
Alias to # allow(clippy ::iter_nth).
clippy_iter_nth_zero
Alias to # allow(clippy ::iter_nth_zero).
clippy_iter_on_empty_collections
Alias to # allow(clippy ::iter_on_empty_collections).
clippy_iter_on_single_items
Alias to # allow(clippy ::iter_on_single_items).
clippy_iter_overeager_cloned
Alias to # allow(clippy ::iter_overeager_cloned).
clippy_iter_skip_next
Alias to # allow(clippy ::iter_skip_next).
clippy_iter_with_drain
Alias to # allow(clippy ::iter_with_drain).
clippy_iterator_step_by_zero
Alias to # allow(clippy ::iterator_step_by_zero).
clippy_just_underscores_and_digits
Alias to # allow(clippy ::just_underscores_and_digits).
clippy_large_const_arrays
Alias to # allow(clippy ::large_const_arrays).
clippy_large_digit_groups
Alias to # allow(clippy ::large_digit_groups).
clippy_large_enum_variant
Alias to # allow(clippy ::large_enum_variant).
clippy_large_futures
Alias to # allow(clippy ::large_futures).
clippy_large_include_file
Alias to # allow(clippy ::large_include_file).
clippy_large_stack_arrays
Alias to # allow(clippy ::large_stack_arrays).
clippy_large_types_passed_by_value
Alias to # allow(clippy ::large_types_passed_by_value).
clippy_len_without_is_empty
Alias to # allow(clippy ::len_without_is_empty).
clippy_len_zero
Alias to # allow(clippy ::len_zero).
clippy_let_and_return
Alias to # allow(clippy ::let_and_return).
clippy_let_underscore_future
Alias to # allow(clippy ::let_underscore_future).
clippy_let_underscore_lock
Alias to # allow(clippy ::let_underscore_lock).
clippy_let_underscore_must_use
Alias to # allow(clippy ::let_underscore_must_use).
clippy_let_underscore_untyped
Alias to # allow(clippy ::let_underscore_untyped).
clippy_let_unit_value
Alias to # allow(clippy ::let_unit_value).
clippy_let_with_type_underscore
Alias to # allow(clippy ::let_with_type_underscore).
clippy_lines_filter_map_ok
Alias to # allow(clippy ::lines_filter_map_ok).
clippy_linkedlist
Alias to # allow(clippy ::linkedlist).
clippy_lossy_float_literal
Alias to # allow(clippy ::lossy_float_literal).
clippy_macro_use_imports
Alias to # allow(clippy ::macro_use_imports).
clippy_main_recursion
Alias to # allow(clippy ::main_recursion).
clippy_manual_assert
Alias to # allow(clippy ::manual_assert).
clippy_manual_async_fn
Alias to # allow(clippy ::manual_async_fn).
clippy_manual_bits
Alias to # allow(clippy ::manual_bits).
clippy_manual_clamp
Alias to # allow(clippy ::manual_clamp).
clippy_manual_filter
Alias to # allow(clippy ::manual_filter).
clippy_manual_filter_map
Alias to # allow(clippy ::manual_filter_map).
clippy_manual_find
Alias to # allow(clippy ::manual_find).
clippy_manual_find_map
Alias to # allow(clippy ::manual_find_map).
clippy_manual_flatten
Alias to # allow(clippy ::manual_flatten).
clippy_manual_instant_elapsed
Alias to # allow(clippy ::manual_instant_elapsed).
clippy_manual_is_ascii_check
Alias to # allow(clippy ::manual_is_ascii_check).
clippy_manual_let_else
Alias to # allow(clippy ::manual_let_else).
clippy_manual_main_separator_str
Alias to # allow(clippy ::manual_main_separator_str).
clippy_manual_map
Alias to # allow(clippy ::manual_map).
clippy_manual_memcpy
Alias to # allow(clippy ::manual_memcpy).
clippy_manual_non_exhaustive
Alias to # allow(clippy ::manual_non_exhaustive).
clippy_manual_ok_or
Alias to # allow(clippy ::manual_ok_or).
clippy_manual_range_contains
Alias to # allow(clippy ::manual_range_contains).
clippy_manual_rem_euclid
Alias to # allow(clippy ::manual_rem_euclid).
clippy_manual_retain
Alias to # allow(clippy ::manual_retain).
clippy_manual_saturating_arithmetic
Alias to # allow(clippy ::manual_saturating_arithmetic).
clippy_manual_slice_size_calculation
Alias to # allow(clippy ::manual_slice_size_calculation).
clippy_manual_split_once
Alias to # allow(clippy ::manual_split_once).
clippy_manual_str_repeat
Alias to # allow(clippy ::manual_str_repeat).
clippy_manual_string_new
Alias to # allow(clippy ::manual_string_new).
clippy_manual_strip
Alias to # allow(clippy ::manual_strip).
clippy_manual_swap
Alias to # allow(clippy ::manual_swap).
clippy_manual_unwrap_or
Alias to # allow(clippy ::manual_unwrap_or).
clippy_manual_while_let_some
Alias to # allow(clippy ::manual_while_let_some).
clippy_many_single_char_names
Alias to # allow(clippy ::many_single_char_names).
clippy_map_clone
Alias to # allow(clippy ::map_clone).
clippy_map_collect_result_unit
Alias to # allow(clippy ::map_collect_result_unit).
clippy_map_entry
Alias to # allow(clippy ::map_entry).
clippy_map_err_ignore
Alias to # allow(clippy ::map_err_ignore).
clippy_map_flatten
Alias to # allow(clippy ::map_flatten).
clippy_map_identity
Alias to # allow(clippy ::map_identity).
clippy_map_unwrap_or
Alias to # allow(clippy ::map_unwrap_or).
clippy_match_as_ref
Alias to # allow(clippy ::match_as_ref).
clippy_match_bool
Alias to # allow(clippy ::match_bool).
clippy_match_like_matches_macro
Alias to # allow(clippy ::match_like_matches_macro).
clippy_match_on_vec_items
Alias to # allow(clippy ::match_on_vec_items).
clippy_match_overlapping_arm
Alias to # allow(clippy ::match_overlapping_arm).
clippy_match_ref_pats
Alias to # allow(clippy ::match_ref_pats).
clippy_match_result_ok
Alias to # allow(clippy ::match_result_ok).
clippy_match_same_arms
Alias to # allow(clippy ::match_same_arms).
clippy_match_single_binding
Alias to # allow(clippy ::match_single_binding).
clippy_match_str_case_mismatch
Alias to # allow(clippy ::match_str_case_mismatch).
clippy_match_wild_err_arm
Alias to # allow(clippy ::match_wild_err_arm).
clippy_match_wildcard_for_single_variants
Alias to # allow(clippy ::match_wildcard_for_single_variants).
clippy_maybe_infinite_iter
Alias to # allow(clippy ::maybe_infinite_iter).
clippy_mem_forget
Alias to # allow(clippy ::mem_forget).
clippy_mem_replace_option_with_none
Alias to # allow(clippy ::mem_replace_option_with_none).
clippy_mem_replace_with_default
Alias to # allow(clippy ::mem_replace_with_default).
clippy_mem_replace_with_uninit
Alias to # allow(clippy ::mem_replace_with_uninit).
clippy_min_max
Alias to # allow(clippy ::min_max).
clippy_mismatched_target_os
Alias to # allow(clippy ::mismatched_target_os).
clippy_mismatching_type_param_order
Alias to # allow(clippy ::mismatching_type_param_order).
clippy_misnamed_getters
Alias to # allow(clippy ::misnamed_getters).
clippy_misrefactored_assign_op
Alias to # allow(clippy ::misrefactored_assign_op).
clippy_missing_assert_message
Alias to # allow(clippy ::missing_assert_message).
clippy_missing_const_for_fn
Alias to # allow(clippy ::missing_const_for_fn).
clippy_missing_docs_in_private_items
Alias to # allow(clippy ::missing_docs_in_private_items).
clippy_missing_enforced_import_renames
Alias to # allow(clippy ::missing_enforced_import_renames).
clippy_missing_errors_doc
Alias to # allow(clippy ::missing_errors_doc).
clippy_missing_inline_in_public_items
Alias to # allow(clippy ::missing_inline_in_public_items).
clippy_missing_panics_doc
Alias to # allow(clippy ::missing_panics_doc).
clippy_missing_safety_doc
Alias to # allow(clippy ::missing_safety_doc).
clippy_missing_spin_loop
Alias to # allow(clippy ::missing_spin_loop).
clippy_missing_trait_methods
Alias to # allow(clippy ::missing_trait_methods).
clippy_mistyped_literal_suffixes
Alias to # allow(clippy ::mistyped_literal_suffixes).
clippy_mixed_case_hex_literals
Alias to # allow(clippy ::mixed_case_hex_literals).
clippy_mixed_read_write_in_expression
Alias to # allow(clippy ::mixed_read_write_in_expression).
clippy_mod_module_files
Alias to # allow(clippy ::mod_module_files).
clippy_module_inception
Alias to # allow(clippy ::module_inception).
clippy_module_name_repetitions
Alias to # allow(clippy ::module_name_repetitions).
clippy_modulo_arithmetic
Alias to # allow(clippy ::modulo_arithmetic).
clippy_modulo_one
Alias to # allow(clippy ::modulo_one).
clippy_multi_assignments
Alias to # allow(clippy ::multi_assignments).
clippy_multiple_crate_versions
Alias to # allow(clippy ::multiple_crate_versions).
clippy_multiple_inherent_impl
Alias to # allow(clippy ::multiple_inherent_impl).
clippy_multiple_unsafe_ops_per_block
Alias to # allow(clippy ::multiple_unsafe_ops_per_block).
clippy_must_use_candidate
Alias to # allow(clippy ::must_use_candidate).
clippy_must_use_unit
Alias to # allow(clippy ::must_use_unit).
clippy_mut_from_ref
Alias to # allow(clippy ::mut_from_ref).
clippy_mut_mut
Alias to # allow(clippy ::mut_mut).
clippy_mut_mutex_lock
Alias to # allow(clippy ::mut_mutex_lock).
clippy_mut_range_bound
Alias to # allow(clippy ::mut_range_bound).
clippy_mutable_key_type
Alias to # allow(clippy ::mutable_key_type).
clippy_mutex_atomic
Alias to # allow(clippy ::mutex_atomic).
clippy_mutex_integer
Alias to # allow(clippy ::mutex_integer).
clippy_naive_bytecount
Alias to # allow(clippy ::naive_bytecount).
clippy_needless__bool_assign
Alias to # allow(clippy ::needless__bool_assign).
clippy_needless_arbitrary_self_type
Alias to # allow(clippy ::needless_arbitrary_self_type).
clippy_needless_bitwise_bool
Alias to # allow(clippy ::needless_bitwise_bool).
clippy_needless_bool
Alias to # allow(clippy ::needless_bool).
clippy_needless_borrow
Alias to # allow(clippy ::needless_borrow).
clippy_needless_borrowed_reference
Alias to # allow(clippy ::needless_borrowed_reference).
clippy_needless_collect
Alias to # allow(clippy ::needless_collect).
clippy_needless_continue
Alias to # allow(clippy ::needless_continue).
clippy_needless_doctest_main
Alias to # allow(clippy ::needless_doctest_main).
clippy_needless_for_each
Alias to # allow(clippy ::needless_for_each).
clippy_needless_late_init
Alias to # allow(clippy ::needless_late_init).
clippy_needless_lifetimes
Alias to # allow(clippy ::needless_lifetimes).
clippy_needless_match
Alias to # allow(clippy ::needless_match).
clippy_needless_option_as_deref
Alias to # allow(clippy ::needless_option_as_deref).
clippy_needless_option_take
Alias to # allow(clippy ::needless_option_take).
clippy_needless_parens_on_range_literals
Alias to # allow(clippy ::needless_parens_on_range_literals).
clippy_needless_pass_by_value
Alias to # allow(clippy ::needless_pass_by_value).
clippy_needless_question_mark
Alias to # allow(clippy ::needless_question_mark).
clippy_needless_range_loop
Alias to # allow(clippy ::needless_range_loop).
clippy_needless_return
Alias to # allow(clippy ::needless_return).
clippy_needless_splitn
Alias to # allow(clippy ::needless_splitn).
clippy_needless_update
Alias to # allow(clippy ::needless_update).
clippy_neg_cmp_op_on_partial_ord
Alias to # allow(clippy ::neg_cmp_op_on_partial_ord).
clippy_neg_multiply
Alias to # allow(clippy ::neg_multiply).
clippy_negative_feature_names
Alias to # allow(clippy ::negative_feature_names).
clippy_never_loop
Alias to # allow(clippy ::never_loop).
clippy_new_ret_no_self
Alias to # allow(clippy ::new_ret_no_self).
clippy_new_without_default
Alias to # allow(clippy ::new_without_default).
clippy_no_effect
Alias to # allow(clippy ::no_effect).
clippy_no_effect_replace
Alias to # allow(clippy ::no_effect_replace).
clippy_no_effect_underscore_binding
Alias to # allow(clippy ::no_effect_underscore_binding).
clippy_no_mangle_with_rust_abi
Alias to # allow(clippy ::no_mangle_with_rust_abi).
clippy_non_ascii_literal
Alias to # allow(clippy ::non_ascii_literal).
clippy_non_octal_unix_permissions
Alias to # allow(clippy ::non_octal_unix_permissions).
clippy_non_send_fields_in_send_ty
Alias to # allow(clippy ::non_send_fields_in_send_ty).
clippy_nonminimal_bool
Alias to # allow(clippy ::nonminimal_bool).
clippy_nonsensical_open_options
Alias to # allow(clippy ::nonsensical_open_options).
clippy_nonstandard_macro_braces
Alias to # allow(clippy ::nonstandard_macro_braces).
clippy_not_unsafe_ptr_arg_deref
Alias to # allow(clippy ::not_unsafe_ptr_arg_deref).
clippy_obfuscated_if_else
Alias to # allow(clippy ::obfuscated_if_else).
clippy_octal_escapes
Alias to # allow(clippy ::octal_escapes).
clippy_ok_expect
Alias to # allow(clippy ::ok_expect).
clippy_only_used_in_recursion
Alias to # allow(clippy ::only_used_in_recursion).
clippy_op_ref
Alias to # allow(clippy ::op_ref).
clippy_option_as_ref_deref
Alias to # allow(clippy ::option_as_ref_deref).
clippy_option_env_unwrap
Alias to # allow(clippy ::option_env_unwrap).
clippy_option_filter_map
Alias to # allow(clippy ::option_filter_map).
clippy_option_if_let_else
Alias to # allow(clippy ::option_if_let_else).
clippy_option_map_or_none
Alias to # allow(clippy ::option_map_or_none).
clippy_option_map_unit_fn
Alias to # allow(clippy ::option_map_unit_fn).
clippy_option_option
Alias to # allow(clippy ::option_option).
clippy_or_fun_call
Alias to # allow(clippy ::or_fun_call).
clippy_or_then_unwrap
Alias to # allow(clippy ::or_then_unwrap).
clippy_out_of_bounds_indexing
Alias to # allow(clippy ::out_of_bounds_indexing).
clippy_overflow_check_conditional
Alias to # allow(clippy ::overflow_check_conditional).
clippy_overly_complex_bool_expr
Alias to # allow(clippy ::overly_complex_bool_expr).
clippy_panic
Alias to # allow(clippy ::panic).
clippy_panic_in_result_fn
Alias to # allow(clippy ::panic_in_result_fn).
clippy_panicking_unwrap
Alias to # allow(clippy ::panicking_unwrap).
clippy_partial_pub_fields
Alias to # allow(clippy ::partial_pub_fields).
clippy_partialeq_ne_impl
Alias to # allow(clippy ::partialeq_ne_impl).
clippy_partialeq_to_none
Alias to # allow(clippy ::partialeq_to_none).
clippy_path_buf_push_overwrite
Alias to # allow(clippy ::path_buf_push_overwrite).
clippy_pattern_type_mismatch
Alias to # allow(clippy ::pattern_type_mismatch).
clippy_permissions_set_readonly_false
Alias to # allow(clippy ::permissions_set_readonly_false).
clippy_possible_missing_comma
Alias to # allow(clippy ::possible_missing_comma).
clippy_precedence
Alias to # allow(clippy ::precedence).
clippy_print_in_format_impl
Alias to # allow(clippy ::print_in_format_impl).
clippy_print_literal
Alias to # allow(clippy ::print_literal).
clippy_print_stderr
Alias to # allow(clippy ::print_stderr).
clippy_print_stdout
Alias to # allow(clippy ::print_stdout).
clippy_print_with_newline
Alias to # allow(clippy ::print_with_newline).
clippy_println_empty_string
Alias to # allow(clippy ::println_empty_string).
clippy_ptr_arg
Alias to # allow(clippy ::ptr_arg).
clippy_ptr_as_ptr
Alias to # allow(clippy ::ptr_as_ptr).
clippy_ptr_eq
Alias to # allow(clippy ::ptr_eq).
clippy_ptr_offset_with_cast
Alias to # allow(clippy ::ptr_offset_with_cast).
clippy_pub_use
Alias to # allow(clippy ::pub_use).
clippy_question_mark
Alias to # allow(clippy ::question_mark).
clippy_question_mark_used
Alias to # allow(clippy ::question_mark_used).
clippy_range_minus_one
Alias to # allow(clippy ::range_minus_one).
clippy_range_plus_one
Alias to # allow(clippy ::range_plus_one).
clippy_range_zip_with_len
Alias to # allow(clippy ::range_zip_with_len).
clippy_rc_buffer
Alias to # allow(clippy ::rc_buffer).
clippy_rc_clone_in_vec_init
Alias to # allow(clippy ::rc_clone_in_vec_init).
clippy_rc_mutex
Alias to # allow(clippy ::rc_mutex).
clippy_read_zero_byte_vec
Alias to # allow(clippy ::read_zero_byte_vec).
clippy_recursive_format_impl
Alias to # allow(clippy ::recursive_format_impl).
clippy_redundant_allocation
Alias to # allow(clippy ::redundant_allocation).
clippy_redundant_async_block
Alias to # allow(clippy ::redundant_async_block).
clippy_redundant_clone
Alias to # allow(clippy ::redundant_clone).
clippy_redundant_closure
Alias to # allow(clippy ::redundant_closure).
clippy_redundant_closure_call
Alias to # allow(clippy ::redundant_closure_call).
clippy_redundant_closure_for_method_calls
Alias to # allow(clippy ::redundant_closure_for_method_calls).
clippy_redundant_else
Alias to # allow(clippy ::redundant_else).
clippy_redundant_feature_names
Alias to # allow(clippy ::redundant_feature_names).
clippy_redundant_field_names
Alias to # allow(clippy ::redundant_field_names).
clippy_redundant_pattern
Alias to # allow(clippy ::redundant_pattern).
clippy_redundant_pattern_matching
Alias to # allow(clippy ::redundant_pattern_matching).
clippy_redundant_pub_crate
Alias to # allow(clippy ::redundant_pub_crate).
clippy_redundant_slicing
Alias to # allow(clippy ::redundant_slicing).
clippy_redundant_static_lifetimes
Alias to # allow(clippy ::redundant_static_lifetimes).
clippy_ref_binding_to_reference
Alias to # allow(clippy ::ref_binding_to_reference).
clippy_ref_option_ref
Alias to # allow(clippy ::ref_option_ref).
clippy_repeat_once
Alias to # allow(clippy ::repeat_once).
clippy_rest_pat_in_fully_bound_structs
Alias to # allow(clippy ::rest_pat_in_fully_bound_structs).
clippy_result_large_err
Alias to # allow(clippy ::result_large_err).
clippy_result_map_or_into_option
Alias to # allow(clippy ::result_map_or_into_option).
clippy_result_map_unit_fn
Alias to # allow(clippy ::result_map_unit_fn).
clippy_result_unit_err
Alias to # allow(clippy ::result_unit_err).
clippy_return_self_not_must_use
Alias to # allow(clippy ::return_self_not_must_use).
clippy_reversed_empty_ranges
Alias to # allow(clippy ::reversed_empty_ranges).
clippy_same_functions_in_if_condition
Alias to # allow(clippy ::same_functions_in_if_condition).
clippy_same_item_push
Alias to # allow(clippy ::same_item_push).
clippy_same_name_method
Alias to # allow(clippy ::same_name_method).
clippy_search_is_some
Alias to # allow(clippy ::search_is_some).
clippy_seek_from_current
Alias to # allow(clippy ::seek_from_current).
clippy_seek_to_start_instead_of_rewind
Alias to # allow(clippy ::seek_to_start_instead_of_rewind).
clippy_self_assignment
Alias to # allow(clippy ::self_assignment).
clippy_self_named_constructors
Alias to # allow(clippy ::self_named_constructors).
clippy_self_named_module_files
Alias to # allow(clippy ::self_named_module_files).
clippy_semicolon_if_nothing_returned
Alias to # allow(clippy ::semicolon_if_nothing_returned).
clippy_semicolon_inside_block
Alias to # allow(clippy ::semicolon_inside_block).
clippy_semicolon_outside_block
Alias to # allow(clippy ::semicolon_outside_block).
clippy_separated_literal_suffix
Alias to # allow(clippy ::separated_literal_suffix).
clippy_serde_api_misuse
Alias to # allow(clippy ::serde_api_misuse).
clippy_shadow_reuse
Alias to # allow(clippy ::shadow_reuse).
clippy_shadow_same
Alias to # allow(clippy ::shadow_same).
clippy_shadow_unrelated
Alias to # allow(clippy ::shadow_unrelated).
clippy_short_circuit_statement
Alias to # allow(clippy ::short_circuit_statement).
clippy_should_implement_trait
Alias to # allow(clippy ::should_implement_trait).
clippy_significant_drop_in_scrutinee
Alias to # allow(clippy ::significant_drop_in_scrutinee).
clippy_significant_drop_tightening
Alias to # allow(clippy ::significant_drop_tightening).
clippy_similar_names
Alias to # allow(clippy ::similar_names).
clippy_single_char_add_str
Alias to # allow(clippy ::single_char_add_str).
clippy_single_char_lifetime_names
Alias to # allow(clippy ::single_char_lifetime_names).
clippy_single_char_pattern
Alias to # allow(clippy ::single_char_pattern).
clippy_single_component_path_imports
Alias to # allow(clippy ::single_component_path_imports).
clippy_single_element_loop
Alias to # allow(clippy ::single_element_loop).
clippy_single_match
Alias to # allow(clippy ::single_match).
clippy_single_match_else
Alias to # allow(clippy ::single_match_else).
clippy_size_of_in_element_count
Alias to # allow(clippy ::size_of_in_element_count).
clippy_size_of_ref
Alias to # allow(clippy ::size_of_ref).
clippy_skip_while_next
Alias to # allow(clippy ::skip_while_next).
clippy_slow_vector_initialization
Alias to # allow(clippy ::slow_vector_initialization).
clippy_stable_sort_primitive
Alias to # allow(clippy ::stable_sort_primitive).
clippy_std_instead_of_alloc
Alias to # allow(clippy ::std_instead_of_alloc).
clippy_std_instead_of_core
Alias to # allow(clippy ::std_instead_of_core).
clippy_str_to_string
Alias to # allow(clippy ::str_to_string).
clippy_string_add
Alias to # allow(clippy ::string_add).
clippy_string_add_assign
Alias to # allow(clippy ::string_add_assign).
clippy_string_extend_chars
Alias to # allow(clippy ::string_extend_chars).
clippy_string_from_utf8_as_bytes
Alias to # allow(clippy ::string_from_utf8_as_bytes).
clippy_string_lit_as_bytes
Alias to # allow(clippy ::string_lit_as_bytes).
clippy_string_slice
Alias to # allow(clippy ::string_slice).
clippy_string_to_string
Alias to # allow(clippy ::string_to_string).
clippy_strlen_on_c_strings
Alias to # allow(clippy ::strlen_on_c_strings).
clippy_struct_excessive_bools
Alias to # allow(clippy ::struct_excessive_bools).
clippy_suboptimal_flops
Alias to # allow(clippy ::suboptimal_flops).
clippy_suspicious_arithmetic_impl
Alias to # allow(clippy ::suspicious_arithmetic_impl).
clippy_suspicious_assignment_formatting
Alias to # allow(clippy ::suspicious_assignment_formatting).
clippy_suspicious_command_arg_space
Alias to # allow(clippy ::suspicious_command_arg_space).
clippy_suspicious_doc_comments
Alias to # allow(clippy ::suspicious_doc_comments).
clippy_suspicious_else_formatting
Alias to # allow(clippy ::suspicious_else_formatting).
clippy_suspicious_map
Alias to # allow(clippy ::suspicious_map).
clippy_suspicious_op_assign_impl
Alias to # allow(clippy ::suspicious_op_assign_impl).
clippy_suspicious_operation_groupings
Alias to # allow(clippy ::suspicious_operation_groupings).
clippy_suspicious_splitn
Alias to # allow(clippy ::suspicious_splitn).
clippy_suspicious_to_owned
Alias to # allow(clippy ::suspicious_to_owned).
clippy_suspicious_unary_op_formatting
Alias to # allow(clippy ::suspicious_unary_op_formatting).
clippy_suspicious_xor_used_as_pow
Alias to # allow(clippy ::suspicious_xor_used_as_pow).
clippy_swap_ptr_to_ref
Alias to # allow(clippy ::swap_ptr_to_ref).
clippy_tabs_in_doc_comments
Alias to # allow(clippy ::tabs_in_doc_comments).
clippy_temporary_assignment
Alias to # allow(clippy ::temporary_assignment).
clippy_tests_outside_test_module
Alias to # allow(clippy ::tests_outside_test_module).
clippy_to_digit_is_some
Alias to # allow(clippy ::to_digit_is_some).
clippy_to_string_in_format_args
Alias to # allow(clippy ::to_string_in_format_args).
clippy_todo
Alias to # allow(clippy ::todo).
clippy_too_many_arguments
Alias to # allow(clippy ::too_many_arguments).
clippy_too_many_lines
Alias to # allow(clippy ::too_many_lines).
clippy_toplevel_ref_arg
Alias to # allow(clippy ::toplevel_ref_arg).
clippy_trailing_empty_array
Alias to # allow(clippy ::trailing_empty_array).
clippy_trait_duplication_in_bounds
Alias to # allow(clippy ::trait_duplication_in_bounds).
clippy_transmute_bytes_to_str
Alias to # allow(clippy ::transmute_bytes_to_str).
clippy_transmute_float_to_int
Alias to # allow(clippy ::transmute_float_to_int).
clippy_transmute_int_to_bool
Alias to # allow(clippy ::transmute_int_to_bool).
clippy_transmute_int_to_char
Alias to # allow(clippy ::transmute_int_to_char).
clippy_transmute_int_to_float
Alias to # allow(clippy ::transmute_int_to_float).
clippy_transmute_int_to_non_zero
Alias to # allow(clippy ::transmute_int_to_non_zero).
clippy_transmute_null_to_fn
Alias to # allow(clippy ::transmute_null_to_fn).
clippy_transmute_num_to_bytes
Alias to # allow(clippy ::transmute_num_to_bytes).
clippy_transmute_ptr_to_ptr
Alias to # allow(clippy ::transmute_ptr_to_ptr).
clippy_transmute_ptr_to_ref
Alias to # allow(clippy ::transmute_ptr_to_ref).
clippy_transmute_undefined_repr
Alias to # allow(clippy ::transmute_undefined_repr).
clippy_transmutes_expressible_as_ptr_casts
Alias to # allow(clippy ::transmutes_expressible_as_ptr_casts).
clippy_transmuting_null
Alias to # allow(clippy ::transmuting_null).
clippy_trim_split_whitespace
Alias to # allow(clippy ::trim_split_whitespace).
clippy_trivial_regex
Alias to # allow(clippy ::trivial_regex).
clippy_trivially_copy_pass_by_ref
Alias to # allow(clippy ::trivially_copy_pass_by_ref).
clippy_try_err
Alias to # allow(clippy ::try_err).
clippy_type_complexity
Alias to # allow(clippy ::type_complexity).
clippy_type_repetition_in_bounds
Alias to # allow(clippy ::type_repetition_in_bounds).
clippy_unchecked_duration_subtraction
Alias to # allow(clippy ::unchecked_duration_subtraction).
clippy_undocumented_unsafe_blocks
Alias to # allow(clippy ::undocumented_unsafe_blocks).
clippy_undropped_manually_drops
Alias to # allow(clippy ::undropped_manually_drops).
clippy_unicode_not_nfc
Alias to # allow(clippy ::unicode_not_nfc).
clippy_unimplemented
Alias to # allow(clippy ::unimplemented).
clippy_uninit_assumed_init
Alias to # allow(clippy ::uninit_assumed_init).
clippy_uninit_vec
Alias to # allow(clippy ::uninit_vec).
clippy_uninlined_format_args
Alias to # allow(clippy ::uninlined_format_args).
clippy_unit_arg
Alias to # allow(clippy ::unit_arg).
clippy_unit_cmp
Alias to # allow(clippy ::unit_cmp).
clippy_unit_hash
Alias to # allow(clippy ::unit_hash).
clippy_unit_return_expecting_ord
Alias to # allow(clippy ::unit_return_expecting_ord).
clippy_unnecessary_box_returns
Alias to # allow(clippy ::unnecessary_box_returns).
clippy_unnecessary_cast
Alias to # allow(clippy ::unnecessary_cast).
clippy_unnecessary_filter_map
Alias to # allow(clippy ::unnecessary_filter_map).
clippy_unnecessary_find_map
Alias to # allow(clippy ::unnecessary_find_map).
clippy_unnecessary_fold
Alias to # allow(clippy ::unnecessary_fold).
clippy_unnecessary_join
Alias to # allow(clippy ::unnecessary_join).
clippy_unnecessary_lazy_evaluations
Alias to # allow(clippy ::unnecessary_lazy_evaluations).
clippy_unnecessary_mut_passed
Alias to # allow(clippy ::unnecessary_mut_passed).
clippy_unnecessary_operation
Alias to # allow(clippy ::unnecessary_operation).
clippy_unnecessary_owned_empty_stringss
Alias to # allow(clippy ::unnecessary_owned_empty_stringss).
clippy_unnecessary_safety_comment
Alias to # allow(clippy ::unnecessary_safety_comment).
clippy_unnecessary_safety_doc
Alias to # allow(clippy ::unnecessary_safety_doc).
clippy_unnecessary_self_imports
Alias to # allow(clippy ::unnecessary_self_imports).
clippy_unnecessary_sort_by
Alias to # allow(clippy ::unnecessary_sort_by).
clippy_unnecessary_struct_initialization
Alias to # allow(clippy ::unnecessary_struct_initialization).
clippy_unnecessary_to_owned
Alias to # allow(clippy ::unnecessary_to_owned).
clippy_unnecessary_unwrap
Alias to # allow(clippy ::unnecessary_unwrap).
clippy_unnecessary_wraps
Alias to # allow(clippy ::unnecessary_wraps).
clippy_unneeded_field_pattern
Alias to # allow(clippy ::unneeded_field_pattern).
clippy_unneeded_wildcard_pattern
Alias to # allow(clippy ::unneeded_wildcard_pattern).
clippy_unnested_or_patterns
Alias to # allow(clippy ::unnested_or_patterns).
clippy_unreachable
Alias to # allow(clippy ::unreachable).
clippy_unreadable_literal
Alias to # allow(clippy ::unreadable_literal).
clippy_unsafe_derive_deserialize
Alias to # allow(clippy ::unsafe_derive_deserialize).
clippy_unsafe_removed_from_name
Alias to # allow(clippy ::unsafe_removed_from_name).
clippy_unseparated_literal_suffix
Alias to # allow(clippy ::unseparated_literal_suffix).
clippy_unsound_collection_transmute
Alias to # allow(clippy ::unsound_collection_transmute).
clippy_unused_async
Alias to # allow(clippy ::unused_async).
clippy_unused_format_specs
Alias to # allow(clippy ::unused_format_specs).
clippy_unused_io_amount
Alias to # allow(clippy ::unused_io_amount).
clippy_unused_peekable
Alias to # allow(clippy ::unused_peekable).
clippy_unused_rounding
Alias to # allow(clippy ::unused_rounding).
clippy_unused_self
Alias to # allow(clippy ::unused_self).
clippy_unused_unit
Alias to # allow(clippy ::unused_unit).
clippy_unusual_byte_groupings
Alias to # allow(clippy ::unusual_byte_groupings).
clippy_unwrap_in_result
Alias to # allow(clippy ::unwrap_in_result).
clippy_unwrap_or_else_default
Alias to # allow(clippy ::unwrap_or_else_default).
clippy_unwrap_used
Alias to # allow(clippy ::unwrap_used).
clippy_upper_case_acronyms
Alias to # allow(clippy ::upper_case_acronyms).
clippy_use_debug
Alias to # allow(clippy ::use_debug).
clippy_use_self
Alias to # allow(clippy ::use_self).
clippy_used_underscore_binding
Alias to # allow(clippy ::used_underscore_binding).
clippy_useless_asref
Alias to # allow(clippy ::useless_asref).
clippy_useless_attribute
Alias to # allow(clippy ::useless_attribute).
clippy_useless_conversion
Alias to # allow(clippy ::useless_conversion).
clippy_useless_format
Alias to # allow(clippy ::useless_format).
clippy_useless_let_if_seq
Alias to # allow(clippy ::useless_let_if_seq).
clippy_useless_transmute
Alias to # allow(clippy ::useless_transmute).
clippy_useless_vec
Alias to # allow(clippy ::useless_vec).
clippy_vec_box
Alias to # allow(clippy ::vec_box).
clippy_vec_init_then_push
Alias to # allow(clippy ::vec_init_then_push).
clippy_vec_resize_to_zero
Alias to # allow(clippy ::vec_resize_to_zero).
clippy_verbose_bit_mask
Alias to # allow(clippy ::verbose_bit_mask).
clippy_verbose_file_reads
Alias to # allow(clippy ::verbose_file_reads).
clippy_vtable_address_comparisons
Alias to # allow(clippy ::vtable_address_comparisons).
clippy_while_immutable_condition
Alias to # allow(clippy ::while_immutable_condition).
clippy_while_let_loop
Alias to # allow(clippy ::while_let_loop).
clippy_while_let_on_iterator
Alias to # allow(clippy ::while_let_on_iterator).
clippy_wildcard_dependencies
Alias to # allow(clippy ::wildcard_dependencies).
clippy_wildcard_enum_match_arm
Alias to # allow(clippy ::wildcard_enum_match_arm).
clippy_wildcard_imports
Alias to # allow(clippy ::wildcard_imports).
clippy_wildcard_in_or_patterns
Alias to # allow(clippy ::wildcard_in_or_patterns).
clippy_write_literal
Alias to # allow(clippy ::write_literal).
clippy_write_with_newline
Alias to # allow(clippy ::write_with_newline).
clippy_writeln_empty_string
Alias to # allow(clippy ::writeln_empty_string).
clippy_wrong_self_convention
Alias to # allow(clippy ::wrong_self_convention).
clippy_wrong_transmute
Alias to # allow(clippy ::wrong_transmute).
clippy_zero_divided_by_zero
Alias to # allow(clippy ::zero_divided_by_zero).
clippy_zero_prefixed_literal
Alias to # allow(clippy ::zero_prefixed_literal).
clippy_zero_ptr
Alias to # allow(clippy ::zero_ptr).
clippy_zero_sized_map_values
Alias to # allow(clippy ::zero_sized_map_values).
clippy_zst_offset
Alias to # allow(clippy ::zst_offset).
coherence_leak_check
Alias to # allow(coherence_leak_check).
conflicting_repr_hints
Alias to # allow(conflicting_repr_hints).
const_evaluatable_unchecked
Alias to # allow(const_evaluatable_unchecked).
const_item_mutation
Alias to # allow(const_item_mutation).
dead_code
Alias to # allow(dead_code).
deprecated
Alias to # allow(deprecated).
deprecated_cfg_attr_crate_type_name
Alias to # allow(deprecated_cfg_attr_crate_type_name).
deprecated_where_clause_location
Alias to # allow(deprecated_where_clause_location).
deref_into_dyn_supertrait
Alias to # allow(deref_into_dyn_supertrait).
deref_nullptr
Alias to # allow(deref_nullptr).
drop_bounds
Alias to # allow(drop_bounds).
duplicate_macro_attributes
Alias to # allow(duplicate_macro_attributes).
dyn_drop
Alias to # allow(dyn_drop).
ellipsis_inclusive_range_patterns
Alias to # allow(ellipsis_inclusive_range_patterns).
enum_intrinsics_non_enums
Alias to # allow(enum_intrinsics_non_enums).
explicit_outlives_requirements
Alias to # allow(explicit_outlives_requirements).
exported_private_dependencies
Alias to # allow(exported_private_dependencies).
ffi_unwind_calls
Alias to # allow(ffi_unwind_calls).
for_loops_over_fallibles
Alias to # allow(for_loops_over_fallibles).
forbidden_lint_groups
Alias to # allow(forbidden_lint_groups).
function_item_references
Alias to # allow(function_item_references).
fuzzy_provenance_casts
Alias to # allow(fuzzy_provenance_casts).
illegal_floating_point_literal_pattern
Alias to # allow(illegal_floating_point_literal_pattern).
implied_bounds_entailment
Alias to # allow(implied_bounds_entailment).
improper_ctypes
Alias to # allow(improper_ctypes).
improper_ctypes_definitions
Alias to # allow(improper_ctypes_definitions).
incomplete_features
Alias to # allow(incomplete_features).
incomplete_include
Alias to # allow(incomplete_include).
indirect_structural_match
Alias to # allow(indirect_structural_match).
ineffective_unstable_trait_impl
Alias to # allow(ineffective_unstable_trait_impl).
inline_no_sanitize
Alias to # allow(inline_no_sanitize).
invalid_alignment
Alias to # allow(invalid_alignment).
invalid_atomic_ordering
Alias to # allow(invalid_atomic_ordering).
invalid_doc_attributes
Alias to # allow(invalid_doc_attributes).
invalid_macro_export_arguments
Alias to # allow(invalid_macro_export_arguments).
invalid_type_param_default
Alias to # allow(invalid_type_param_default).
invalid_value
Alias to # allow(invalid_value).
irrefutable_let_patterns
Alias to # allow(irrefutable_let_patterns).
keyword_idents
Alias to # allow(keyword_idents).
large_assignments
Alias to # allow(large_assignments).
late_bound_lifetime_arguments
Alias to # allow(late_bound_lifetime_arguments).
legacy_derive_helpers
Alias to # allow(legacy_derive_helpers).
let_underscore_drop
Alias to # allow(let_underscore_drop).
let_underscore_lock
Alias to # allow(let_underscore_lock).
lossy_provenance_casts
Alias to # allow(lossy_provenance_casts).
macro_use_extern_crate
Alias to # allow(macro_use_extern_crate).
map_unit_fn
Alias to # allow(map_unit_fn).
meta_variable_misuse
Alias to # allow(meta_variable_misuse).
missing_abi
Alias to # allow(missing_abi).
missing_copy_implementations
Alias to # allow(missing_copy_implementations).
missing_debug_implementations
Alias to # allow(missing_debug_implementations).
missing_docs
Alias to # allow(missing_docs).
missing_fragment_specifier
Alias to # allow(missing_fragment_specifier).
multiple_supertrait_upcastable
Alias to # allow(multiple_supertrait_upcastable).
must_not_suspend
Alias to # allow(must_not_suspend).
mutable_transmutes
Alias to # allow(mutable_transmutes).
named_arguments_used_positionally
Alias to # allow(named_arguments_used_positionally).
named_asm_labels
Alias to # allow(named_asm_labels).
no_mangle_const_items
Alias to # allow(no_mangle_const_items).
no_mangle_generic_items
Alias to # allow(no_mangle_generic_items).
non_camel_case_types
Alias to # allow(non_camel_case_types).
non_exhaustive_omitted_patterns
Alias to # allow(non_exhaustive_omitted_patterns).
non_fmt_panics
Alias to # allow(non_fmt_panics).
non_shorthand_field_patterns
Alias to # allow(non_shorthand_field_patterns).
non_snake_case
Alias to # allow(non_snake_case).
non_upper_case_globals
Alias to # allow(non_upper_case_globals).
nontrivial_structural_match
Alias to # allow(nontrivial_structural_match).
noop_method_call
Alias to # allow(noop_method_call).
opaque_hidden_inferred_bound
Alias to # allow(opaque_hidden_inferred_bound).
order_dependent_trait_objects
Alias to # allow(order_dependent_trait_objects).
overflowing_literals
Alias to # allow(overflowing_literals).
overlapping_range_endpoints
Alias to # allow(overlapping_range_endpoints).
path_statements
Alias to # allow(path_statements).
patterns_in_fns_without_body
Alias to # allow(patterns_in_fns_without_body).
pointer_structural_match
Alias to # allow(pointer_structural_match).
private_in_public
Alias to # allow(private_in_public).
proc_macro_back_compat
Alias to # allow(proc_macro_back_compat).
proc_macro_derive_resolution_fallback
Alias to # allow(proc_macro_derive_resolution_fallback).
pub_use_of_private_extern_crate
Alias to # allow(pub_use_of_private_extern_crate).
redundant_semicolons
Alias to # allow(redundant_semicolons).
renamed_and_removed_lints
Alias to # allow(renamed_and_removed_lints).
repr_transparent_external_private_fields
Alias to # allow(repr_transparent_external_private_fields).
rust_2021_incompatible_closure_captures
Alias to # allow(rust_2021_incompatible_closure_captures).
rust_2021_incompatible_or_patterns
Alias to # allow(rust_2021_incompatible_or_patterns).
rust_2021_prelude_collisions
Alias to # allow(rust_2021_prelude_collisions).
rustdoc_bare_urls
Alias to # allow(rustdoc ::bare_urls).
rustdoc_broken_intra_doc_links
Alias to # allow(rustdoc ::broken_intra_doc_links).
rustdoc_invalid_codeblock_attributes
Alias to # allow(rustdoc ::invalid_codeblock_attributes).
rustdoc_invalid_html_tags
Alias to # allow(rustdoc ::invalid_html_tags).
rustdoc_invalid_rust_codeblocks
Alias to # allow(rustdoc ::invalid_rust_codeblocks).
rustdoc_missing_crate_level_docs
Alias to # allow(rustdoc ::missing_crate_level_docs).
rustdoc_missing_doc_code_examples
Alias to # allow(rustdoc ::missing_doc_code_examples).
rustdoc_private_doc_tests
Alias to # allow(rustdoc ::private_doc_tests).
rustdoc_private_intra_doc_links
Alias to # allow(rustdoc ::private_intra_doc_links).
rustdoc_unescaped_backticks
Alias to # allow(rustdoc ::unescaped_backticks).
semicolon_in_expressions_from_macros
Alias to # allow(semicolon_in_expressions_from_macros).
single_use_lifetimes
Alias to # allow(single_use_lifetimes).
soft_unstable
Alias to # allow(soft_unstable).
special_module_name
Alias to # allow(special_module_name).
stable_features
Alias to # allow(stable_features).
suspicious_auto_trait_impls
Alias to # allow(suspicious_auto_trait_impls).
temporary_cstring_as_ptr
Alias to # allow(temporary_cstring_as_ptr).
test_unstable_lint
Alias to # allow(test_unstable_lint).
text_direction_codepoint_in_comment
Alias to # allow(text_direction_codepoint_in_comment).
text_direction_codepoint_in_literal
Alias to # allow(text_direction_codepoint_in_literal).
trivial_bounds
Alias to # allow(trivial_bounds).
trivial_casts
Alias to # allow(trivial_casts).
trivial_numeric_casts
Alias to # allow(trivial_numeric_casts).
type_alias_bounds
Alias to # allow(type_alias_bounds).
tyvar_behind_raw_pointer
Alias to # allow(tyvar_behind_raw_pointer).
unconditional_panic
Alias to # allow(unconditional_panic).
unconditional_recursion
Alias to # allow(unconditional_recursion).
undefined_naked_function_abi
Alias to # allow(undefined_naked_function_abi).
unexpected_cfgs
Alias to # allow(unexpected_cfgs).
unfulfilled_lint_expectations
Alias to # allow(unfulfilled_lint_expectations).
ungated_async_fn_track_caller
Alias to # allow(ungated_async_fn_track_caller).
uninhabited_static
Alias to # allow(uninhabited_static).
unknown_lints
Alias to # allow(unknown_lints).
unnameable_test_items
Alias to # allow(unnameable_test_items).
unreachable_code
Alias to # allow(unreachable_code).
unreachable_patterns
Alias to # allow(unreachable_patterns).
unreachable_pub
Alias to # allow(unreachable_pub).
unsafe_code
Alias to # allow(unsafe_code).
unsafe_op_in_unsafe_fn
Alias to # allow(unsafe_op_in_unsafe_fn).
unstable_name_collisions
Alias to # allow(unstable_name_collisions).
unstable_syntax_pre_expansion
Alias to # allow(unstable_syntax_pre_expansion).
unsupported_calling_conventions
Alias to # allow(unsupported_calling_conventions).
unused_allocation
Alias to # allow(unused_allocation).
unused_assignments
Alias to # allow(unused_assignments).
unused_attributes
Alias to # allow(unused_attributes).
unused_braces
Alias to # allow(unused_braces).
unused_comparisons
Alias to # allow(unused_comparisons).
unused_doc_comments
Alias to # allow(unused_doc_comments).
unused_extern_crates
Alias to # allow(unused_extern_crates).
unused_features
Alias to # allow(unused_features).
unused_import_braces
Alias to # allow(unused_import_braces).
unused_imports
Alias to # allow(unused_imports).
unused_labels
Alias to # allow(unused_labels).
unused_lifetimes
Alias to # allow(unused_lifetimes).
unused_macro_rules
Alias to # allow(unused_macro_rules).
unused_macros
Alias to # allow(unused_macros).
unused_must_use
Alias to # allow(unused_must_use).
unused_mut
Alias to # allow(unused_mut).
unused_parens
Alias to # allow(unused_parens).
unused_qualifications
Alias to # allow(unused_qualifications).
unused_results
Alias to # allow(unused_results).
unused_tuple_struct_fields
Alias to # allow(unused_tuple_struct_fields).
unused_unsafe
Alias to # allow(unused_unsafe).
unused_variables
Alias to # allow(unused_variables).
useless_deprecated
Alias to # allow(useless_deprecated).
variant_size_differences
Alias to # allow(variant_size_differences).
where_clauses_object_safety
Alias to # allow(where_clauses_object_safety).
while_true
Alias to # allow(while_true).