rust/src/docs
2022-09-29 12:02:58 +02:00
..
absurd_extreme_comparisons.txt Merge commit 'b52fb5234c' into clippyup 2022-09-09 13:36:26 +02:00
alloc_instead_of_core.txt Merge commit 'b52fb5234c' into clippyup 2022-09-09 13:36:26 +02:00
allow_attributes_without_reason.txt Merge commit 'b52fb5234c' into clippyup 2022-09-09 13:36:26 +02:00
almost_complete_letter_range.txt Merge commit 'b52fb5234c' into clippyup 2022-09-09 13:36:26 +02:00
almost_swapped.txt Merge commit 'b52fb5234c' into clippyup 2022-09-09 13:36:26 +02:00
approx_constant.txt Merge commit 'b52fb5234c' into clippyup 2022-09-09 13:36:26 +02:00
arithmetic_side_effects.txt Update lints after sync 2022-09-29 12:02:58 +02:00
as_conversions.txt Merge commit 'b52fb5234c' into clippyup 2022-09-09 13:36:26 +02:00
as_underscore.txt Merge commit 'b52fb5234c' into clippyup 2022-09-09 13:36:26 +02:00
assertions_on_constants.txt Merge commit 'b52fb5234c' into clippyup 2022-09-09 13:36:26 +02:00
assertions_on_result_states.txt Merge commit 'b52fb5234c' into clippyup 2022-09-09 13:36:26 +02:00
assign_op_pattern.txt Merge commit 'b52fb5234c' into clippyup 2022-09-09 13:36:26 +02:00
async_yields_async.txt Merge commit 'b52fb5234c' into clippyup 2022-09-09 13:36:26 +02:00
await_holding_invalid_type.txt Merge commit 'b52fb5234c' into clippyup 2022-09-09 13:36:26 +02:00
await_holding_lock.txt Merge commit 'b52fb5234c' into clippyup 2022-09-09 13:36:26 +02:00
await_holding_refcell_ref.txt Merge commit 'b52fb5234c' into clippyup 2022-09-09 13:36:26 +02:00
bad_bit_mask.txt Merge commit 'b52fb5234c' into clippyup 2022-09-09 13:36:26 +02:00
bind_instead_of_map.txt Merge commit 'b52fb5234c' into clippyup 2022-09-09 13:36:26 +02:00
blanket_clippy_restriction_lints.txt Merge commit 'b52fb5234c' into clippyup 2022-09-09 13:36:26 +02:00
blocks_in_if_conditions.txt Merge commit 'b52fb5234c' into clippyup 2022-09-09 13:36:26 +02:00
bool_assert_comparison.txt Merge commit 'b52fb5234c' into clippyup 2022-09-09 13:36:26 +02:00
bool_comparison.txt Merge commit 'b52fb5234c' into clippyup 2022-09-09 13:36:26 +02:00
bool_to_int_with_if.txt Merge commit 'b52fb5234c' into clippyup 2022-09-09 13:36:26 +02:00
borrow_as_ptr.txt Merge commit 'b52fb5234c' into clippyup 2022-09-09 13:36:26 +02:00
borrow_deref_ref.txt Merge commit 'b52fb5234c' into clippyup 2022-09-09 13:36:26 +02:00
borrow_interior_mutable_const.txt Merge commit 'b52fb5234c' into clippyup 2022-09-09 13:36:26 +02:00
borrowed_box.txt Merge commit 'b52fb5234c' into clippyup 2022-09-09 13:36:26 +02:00
box_collection.txt Merge commit 'b52fb5234c' into clippyup 2022-09-09 13:36:26 +02:00
box_default.txt add box-default lint 2022-09-27 13:26:23 +02:00
boxed_local.txt Merge commit 'b52fb5234c' into clippyup 2022-09-09 13:36:26 +02:00
branches_sharing_code.txt Merge commit 'b52fb5234c' into clippyup 2022-09-09 13:36:26 +02:00
builtin_type_shadow.txt Merge commit 'b52fb5234c' into clippyup 2022-09-09 13:36:26 +02:00
bytes_count_to_len.txt Merge commit 'b52fb5234c' into clippyup 2022-09-09 13:36:26 +02:00
bytes_nth.txt Merge commit 'b52fb5234c' into clippyup 2022-09-09 13:36:26 +02:00
cargo_common_metadata.txt Merge commit 'b52fb5234c' into clippyup 2022-09-09 13:36:26 +02:00
case_sensitive_file_extension_comparisons.txt Merge commit 'b52fb5234c' into clippyup 2022-09-09 13:36:26 +02:00
cast_abs_to_unsigned.txt Merge commit 'b52fb5234c' into clippyup 2022-09-09 13:36:26 +02:00
cast_enum_constructor.txt Merge commit 'b52fb5234c' into clippyup 2022-09-09 13:36:26 +02:00
cast_enum_truncation.txt Merge commit 'b52fb5234c' into clippyup 2022-09-09 13:36:26 +02:00
cast_lossless.txt Merge commit 'b52fb5234c' into clippyup 2022-09-09 13:36:26 +02:00
cast_possible_truncation.txt Merge commit 'b52fb5234c' into clippyup 2022-09-09 13:36:26 +02:00
cast_possible_wrap.txt Merge commit 'b52fb5234c' into clippyup 2022-09-09 13:36:26 +02:00
cast_precision_loss.txt Merge commit 'b52fb5234c' into clippyup 2022-09-09 13:36:26 +02:00
cast_ptr_alignment.txt Merge commit 'b52fb5234c' into clippyup 2022-09-09 13:36:26 +02:00
cast_ref_to_mut.txt Merge commit 'b52fb5234c' into clippyup 2022-09-09 13:36:26 +02:00
cast_sign_loss.txt Merge commit 'b52fb5234c' into clippyup 2022-09-09 13:36:26 +02:00
cast_slice_different_sizes.txt Merge commit 'b52fb5234c' into clippyup 2022-09-09 13:36:26 +02:00
cast_slice_from_raw_parts.txt Merge commit 'b52fb5234c' into clippyup 2022-09-09 13:36:26 +02:00
char_lit_as_u8.txt Merge commit 'b52fb5234c' into clippyup 2022-09-09 13:36:26 +02:00
chars_last_cmp.txt Merge commit 'b52fb5234c' into clippyup 2022-09-09 13:36:26 +02:00
chars_next_cmp.txt Merge commit 'b52fb5234c' into clippyup 2022-09-09 13:36:26 +02:00
checked_conversions.txt Merge commit 'b52fb5234c' into clippyup 2022-09-09 13:36:26 +02:00
clone_double_ref.txt Merge commit 'b52fb5234c' into clippyup 2022-09-09 13:36:26 +02:00
clone_on_copy.txt Merge commit 'b52fb5234c' into clippyup 2022-09-09 13:36:26 +02:00
clone_on_ref_ptr.txt Merge commit 'b52fb5234c' into clippyup 2022-09-09 13:36:26 +02:00
cloned_instead_of_copied.txt Merge commit 'b52fb5234c' into clippyup 2022-09-09 13:36:26 +02:00
cmp_nan.txt Merge commit 'b52fb5234c' into clippyup 2022-09-09 13:36:26 +02:00
cmp_null.txt Merge commit 'b52fb5234c' into clippyup 2022-09-09 13:36:26 +02:00
cmp_owned.txt Merge commit 'b52fb5234c' into clippyup 2022-09-09 13:36:26 +02:00
cognitive_complexity.txt Merge commit 'b52fb5234c' into clippyup 2022-09-09 13:36:26 +02:00
collapsible_else_if.txt Merge commit 'b52fb5234c' into clippyup 2022-09-09 13:36:26 +02:00
collapsible_if.txt Merge commit 'b52fb5234c' into clippyup 2022-09-09 13:36:26 +02:00
collapsible_match.txt Merge commit 'b52fb5234c' into clippyup 2022-09-09 13:36:26 +02:00
collapsible_str_replace.txt Merge commit 'b52fb5234c' into clippyup 2022-09-09 13:36:26 +02:00
comparison_chain.txt Merge commit 'b52fb5234c' into clippyup 2022-09-09 13:36:26 +02:00
comparison_to_empty.txt Merge commit 'b52fb5234c' into clippyup 2022-09-09 13:36:26 +02:00
copy_iterator.txt Merge commit 'b52fb5234c' into clippyup 2022-09-09 13:36:26 +02:00
crate_in_macro_def.txt Merge commit 'b52fb5234c' into clippyup 2022-09-09 13:36:26 +02:00
create_dir.txt Merge commit 'b52fb5234c' into clippyup 2022-09-09 13:36:26 +02:00
crosspointer_transmute.txt Merge commit 'b52fb5234c' into clippyup 2022-09-09 13:36:26 +02:00
dbg_macro.txt Merge commit 'b52fb5234c' into clippyup 2022-09-09 13:36:26 +02:00
debug_assert_with_mut_call.txt Merge commit 'b52fb5234c' into clippyup 2022-09-09 13:36:26 +02:00
decimal_literal_representation.txt Merge commit 'b52fb5234c' into clippyup 2022-09-09 13:36:26 +02:00
declare_interior_mutable_const.txt Merge commit 'b52fb5234c' into clippyup 2022-09-09 13:36:26 +02:00
default_instead_of_iter_empty.txt Merge commit 'b52fb5234c' into clippyup 2022-09-09 13:36:26 +02:00
default_numeric_fallback.txt Merge commit 'b52fb5234c' into clippyup 2022-09-09 13:36:26 +02:00
default_trait_access.txt Merge commit 'b52fb5234c' into clippyup 2022-09-09 13:36:26 +02:00
default_union_representation.txt Merge commit 'b52fb5234c' into clippyup 2022-09-09 13:36:26 +02:00
deprecated_cfg_attr.txt Merge commit 'b52fb5234c' into clippyup 2022-09-09 13:36:26 +02:00
deprecated_semver.txt Merge commit 'b52fb5234c' into clippyup 2022-09-09 13:36:26 +02:00
deref_addrof.txt Merge commit 'b52fb5234c' into clippyup 2022-09-09 13:36:26 +02:00
deref_by_slicing.txt Merge commit 'b52fb5234c' into clippyup 2022-09-09 13:36:26 +02:00
derivable_impls.txt Merge commit 'b52fb5234c' into clippyup 2022-09-09 13:36:26 +02:00
derive_hash_xor_eq.txt Merge commit 'b52fb5234c' into clippyup 2022-09-09 13:36:26 +02:00
derive_ord_xor_partial_ord.txt Merge commit 'b52fb5234c' into clippyup 2022-09-09 13:36:26 +02:00
derive_partial_eq_without_eq.txt Merge commit 'b52fb5234c' into clippyup 2022-09-09 13:36:26 +02:00
disallowed_methods.txt Merge commit 'b52fb5234c' into clippyup 2022-09-09 13:36:26 +02:00
disallowed_names.txt Merge commit 'b52fb5234c' into clippyup 2022-09-09 13:36:26 +02:00
disallowed_script_idents.txt Merge commit 'b52fb5234c' into clippyup 2022-09-09 13:36:26 +02:00
disallowed_types.txt Merge commit 'b52fb5234c' into clippyup 2022-09-09 13:36:26 +02:00
diverging_sub_expression.txt Merge commit 'b52fb5234c' into clippyup 2022-09-09 13:36:26 +02:00
doc_link_with_quotes.txt Merge commit 'b52fb5234c' into clippyup 2022-09-09 13:36:26 +02:00
doc_markdown.txt Merge commit 'b52fb5234c' into clippyup 2022-09-09 13:36:26 +02:00
double_comparisons.txt Merge commit 'b52fb5234c' into clippyup 2022-09-09 13:36:26 +02:00
double_must_use.txt Merge commit 'b52fb5234c' into clippyup 2022-09-09 13:36:26 +02:00
double_neg.txt Merge commit 'b52fb5234c' into clippyup 2022-09-09 13:36:26 +02:00
double_parens.txt Merge commit 'b52fb5234c' into clippyup 2022-09-09 13:36:26 +02:00
drop_copy.txt Merge commit 'b52fb5234c' into clippyup 2022-09-09 13:36:26 +02:00
drop_non_drop.txt Merge commit 'b52fb5234c' into clippyup 2022-09-09 13:36:26 +02:00
drop_ref.txt Merge commit 'b52fb5234c' into clippyup 2022-09-09 13:36:26 +02:00
duplicate_mod.txt Merge commit 'b52fb5234c' into clippyup 2022-09-09 13:36:26 +02:00
duplicate_underscore_argument.txt Merge commit 'b52fb5234c' into clippyup 2022-09-09 13:36:26 +02:00
duration_subsec.txt Merge commit 'b52fb5234c' into clippyup 2022-09-09 13:36:26 +02:00
else_if_without_else.txt Merge commit 'b52fb5234c' into clippyup 2022-09-09 13:36:26 +02:00
empty_drop.txt Merge commit 'b52fb5234c' into clippyup 2022-09-09 13:36:26 +02:00
empty_enum.txt Merge commit 'b52fb5234c' into clippyup 2022-09-09 13:36:26 +02:00
empty_line_after_outer_attr.txt Merge commit 'b52fb5234c' into clippyup 2022-09-09 13:36:26 +02:00
empty_loop.txt Merge commit 'b52fb5234c' into clippyup 2022-09-09 13:36:26 +02:00
empty_structs_with_brackets.txt Merge commit 'b52fb5234c' into clippyup 2022-09-09 13:36:26 +02:00
enum_clike_unportable_variant.txt Merge commit 'b52fb5234c' into clippyup 2022-09-09 13:36:26 +02:00
enum_glob_use.txt Merge commit 'b52fb5234c' into clippyup 2022-09-09 13:36:26 +02:00
enum_variant_names.txt Merge commit 'b52fb5234c' into clippyup 2022-09-09 13:36:26 +02:00
eq_op.txt Merge commit 'b52fb5234c' into clippyup 2022-09-09 13:36:26 +02:00
equatable_if_let.txt Merge commit 'b52fb5234c' into clippyup 2022-09-09 13:36:26 +02:00
erasing_op.txt Merge commit 'b52fb5234c' into clippyup 2022-09-09 13:36:26 +02:00
err_expect.txt Merge commit 'b52fb5234c' into clippyup 2022-09-09 13:36:26 +02:00
excessive_precision.txt Merge commit 'b52fb5234c' into clippyup 2022-09-09 13:36:26 +02:00
exhaustive_enums.txt Merge commit 'b52fb5234c' into clippyup 2022-09-09 13:36:26 +02:00
exhaustive_structs.txt Merge commit 'b52fb5234c' into clippyup 2022-09-09 13:36:26 +02:00
exit.txt Merge commit 'b52fb5234c' into clippyup 2022-09-09 13:36:26 +02:00
expect_fun_call.txt Merge commit 'b52fb5234c' into clippyup 2022-09-09 13:36:26 +02:00
expect_used.txt Merge commit 'b52fb5234c' into clippyup 2022-09-09 13:36:26 +02:00
expl_impl_clone_on_copy.txt Merge commit 'b52fb5234c' into clippyup 2022-09-09 13:36:26 +02:00
explicit_auto_deref.txt Merge commit 'b52fb5234c' into clippyup 2022-09-09 13:36:26 +02:00
explicit_counter_loop.txt Merge commit 'b52fb5234c' into clippyup 2022-09-09 13:36:26 +02:00
explicit_deref_methods.txt Merge commit 'b52fb5234c' into clippyup 2022-09-09 13:36:26 +02:00
explicit_into_iter_loop.txt Merge commit 'b52fb5234c' into clippyup 2022-09-09 13:36:26 +02:00
explicit_iter_loop.txt Merge commit 'b52fb5234c' into clippyup 2022-09-09 13:36:26 +02:00
explicit_write.txt Merge commit 'b52fb5234c' into clippyup 2022-09-09 13:36:26 +02:00
extend_with_drain.txt Merge commit 'b52fb5234c' into clippyup 2022-09-09 13:36:26 +02:00
extra_unused_lifetimes.txt Merge commit 'b52fb5234c' into clippyup 2022-09-09 13:36:26 +02:00
fallible_impl_from.txt Merge commit 'b52fb5234c' into clippyup 2022-09-09 13:36:26 +02:00
field_reassign_with_default.txt Merge commit 'b52fb5234c' into clippyup 2022-09-09 13:36:26 +02:00
filetype_is_file.txt Merge commit 'b52fb5234c' into clippyup 2022-09-09 13:36:26 +02:00
filter_map_identity.txt Merge commit 'b52fb5234c' into clippyup 2022-09-09 13:36:26 +02:00
filter_map_next.txt Merge commit 'b52fb5234c' into clippyup 2022-09-09 13:36:26 +02:00
filter_next.txt Merge commit 'b52fb5234c' into clippyup 2022-09-09 13:36:26 +02:00
flat_map_identity.txt Merge commit 'b52fb5234c' into clippyup 2022-09-09 13:36:26 +02:00
flat_map_option.txt Merge commit 'b52fb5234c' into clippyup 2022-09-09 13:36:26 +02:00
float_arithmetic.txt Merge commit 'b52fb5234c' into clippyup 2022-09-09 13:36:26 +02:00
float_cmp.txt Merge commit 'b52fb5234c' into clippyup 2022-09-09 13:36:26 +02:00
float_cmp_const.txt Merge commit 'b52fb5234c' into clippyup 2022-09-09 13:36:26 +02:00
float_equality_without_abs.txt Merge commit 'b52fb5234c' into clippyup 2022-09-09 13:36:26 +02:00
fn_address_comparisons.txt Merge commit 'b52fb5234c' into clippyup 2022-09-09 13:36:26 +02:00
fn_params_excessive_bools.txt Merge commit 'b52fb5234c' into clippyup 2022-09-09 13:36:26 +02:00
fn_to_numeric_cast.txt Merge commit 'b52fb5234c' into clippyup 2022-09-09 13:36:26 +02:00
fn_to_numeric_cast_any.txt Merge commit 'b52fb5234c' into clippyup 2022-09-09 13:36:26 +02:00
fn_to_numeric_cast_with_truncation.txt Merge commit 'b52fb5234c' into clippyup 2022-09-09 13:36:26 +02:00
for_kv_map.txt Merge commit 'b52fb5234c' into clippyup 2022-09-09 13:36:26 +02:00
for_loops_over_fallibles.txt Merge commit 'b52fb5234c' into clippyup 2022-09-09 13:36:26 +02:00
forget_copy.txt Merge commit 'b52fb5234c' into clippyup 2022-09-09 13:36:26 +02:00
forget_non_drop.txt Merge commit 'b52fb5234c' into clippyup 2022-09-09 13:36:26 +02:00
forget_ref.txt Merge commit 'b52fb5234c' into clippyup 2022-09-09 13:36:26 +02:00
format_in_format_args.txt Merge commit 'b52fb5234c' into clippyup 2022-09-09 13:36:26 +02:00
format_push_string.txt Merge commit 'b52fb5234c' into clippyup 2022-09-09 13:36:26 +02:00
from_iter_instead_of_collect.txt Merge commit 'b52fb5234c' into clippyup 2022-09-09 13:36:26 +02:00
from_over_into.txt Merge commit 'b52fb5234c' into clippyup 2022-09-09 13:36:26 +02:00
from_str_radix_10.txt Merge commit 'b52fb5234c' into clippyup 2022-09-09 13:36:26 +02:00
future_not_send.txt Merge commit 'b52fb5234c' into clippyup 2022-09-09 13:36:26 +02:00
get_first.txt Merge commit 'b52fb5234c' into clippyup 2022-09-09 13:36:26 +02:00
get_last_with_len.txt Merge commit 'b52fb5234c' into clippyup 2022-09-09 13:36:26 +02:00
get_unwrap.txt Merge commit 'b52fb5234c' into clippyup 2022-09-09 13:36:26 +02:00
identity_op.txt Merge commit 'b52fb5234c' into clippyup 2022-09-09 13:36:26 +02:00
if_let_mutex.txt Merge commit 'b52fb5234c' into clippyup 2022-09-09 13:36:26 +02:00
if_not_else.txt Merge commit 'b52fb5234c' into clippyup 2022-09-09 13:36:26 +02:00
if_same_then_else.txt Merge commit 'b52fb5234c' into clippyup 2022-09-09 13:36:26 +02:00
if_then_some_else_none.txt Merge commit 'b52fb5234c' into clippyup 2022-09-09 13:36:26 +02:00
ifs_same_cond.txt Merge commit 'b52fb5234c' into clippyup 2022-09-09 13:36:26 +02:00
implicit_clone.txt Merge commit 'b52fb5234c' into clippyup 2022-09-09 13:36:26 +02:00
implicit_hasher.txt Merge commit 'b52fb5234c' into clippyup 2022-09-09 13:36:26 +02:00
implicit_return.txt Merge commit 'b52fb5234c' into clippyup 2022-09-09 13:36:26 +02:00
implicit_saturating_sub.txt Merge commit 'b52fb5234c' into clippyup 2022-09-09 13:36:26 +02:00
imprecise_flops.txt Merge commit 'b52fb5234c' into clippyup 2022-09-09 13:36:26 +02:00
inconsistent_digit_grouping.txt Merge commit 'b52fb5234c' into clippyup 2022-09-09 13:36:26 +02:00
inconsistent_struct_constructor.txt Merge commit 'b52fb5234c' into clippyup 2022-09-09 13:36:26 +02:00
index_refutable_slice.txt Merge commit 'b52fb5234c' into clippyup 2022-09-09 13:36:26 +02:00
indexing_slicing.txt Merge commit 'b52fb5234c' into clippyup 2022-09-09 13:36:26 +02:00
ineffective_bit_mask.txt Merge commit 'b52fb5234c' into clippyup 2022-09-09 13:36:26 +02:00
inefficient_to_string.txt Merge commit 'b52fb5234c' into clippyup 2022-09-09 13:36:26 +02:00
infallible_destructuring_match.txt Merge commit 'b52fb5234c' into clippyup 2022-09-09 13:36:26 +02:00
infinite_iter.txt Merge commit 'b52fb5234c' into clippyup 2022-09-09 13:36:26 +02:00
inherent_to_string.txt Merge commit 'b52fb5234c' into clippyup 2022-09-09 13:36:26 +02:00
inherent_to_string_shadow_display.txt Merge commit 'b52fb5234c' into clippyup 2022-09-09 13:36:26 +02:00
init_numbered_fields.txt Merge commit 'b52fb5234c' into clippyup 2022-09-09 13:36:26 +02:00
inline_always.txt Merge commit 'b52fb5234c' into clippyup 2022-09-09 13:36:26 +02:00
inline_asm_x86_att_syntax.txt Merge commit 'b52fb5234c' into clippyup 2022-09-09 13:36:26 +02:00
inline_asm_x86_intel_syntax.txt Merge commit 'b52fb5234c' into clippyup 2022-09-09 13:36:26 +02:00
inline_fn_without_body.txt Merge commit 'b52fb5234c' into clippyup 2022-09-09 13:36:26 +02:00
inspect_for_each.txt Merge commit 'b52fb5234c' into clippyup 2022-09-09 13:36:26 +02:00
int_plus_one.txt Merge commit 'b52fb5234c' into clippyup 2022-09-09 13:36:26 +02:00
integer_arithmetic.txt Merge commit 'b52fb5234c' into clippyup 2022-09-09 13:36:26 +02:00
integer_division.txt Merge commit 'b52fb5234c' into clippyup 2022-09-09 13:36:26 +02:00
into_iter_on_ref.txt Merge commit 'b52fb5234c' into clippyup 2022-09-09 13:36:26 +02:00
invalid_null_ptr_usage.txt Merge commit 'b52fb5234c' into clippyup 2022-09-09 13:36:26 +02:00
invalid_regex.txt Merge commit 'b52fb5234c' into clippyup 2022-09-09 13:36:26 +02:00
invalid_upcast_comparisons.txt Merge commit 'b52fb5234c' into clippyup 2022-09-09 13:36:26 +02:00
invalid_utf8_in_unchecked.txt Merge commit 'b52fb5234c' into clippyup 2022-09-09 13:36:26 +02:00
invisible_characters.txt Merge commit 'b52fb5234c' into clippyup 2022-09-09 13:36:26 +02:00
is_digit_ascii_radix.txt Merge commit 'b52fb5234c' into clippyup 2022-09-09 13:36:26 +02:00
items_after_statements.txt Merge commit 'b52fb5234c' into clippyup 2022-09-09 13:36:26 +02:00
iter_cloned_collect.txt Merge commit 'b52fb5234c' into clippyup 2022-09-09 13:36:26 +02:00
iter_count.txt Merge commit 'b52fb5234c' into clippyup 2022-09-09 13:36:26 +02:00
iter_kv_map.txt Merge commit '7248d06384' into sync-from-clippy 2022-09-21 13:13:27 -04:00
iter_next_loop.txt Merge commit 'b52fb5234c' into clippyup 2022-09-09 13:36:26 +02:00
iter_next_slice.txt Merge commit 'b52fb5234c' into clippyup 2022-09-09 13:36:26 +02:00
iter_not_returning_iterator.txt Merge commit 'b52fb5234c' into clippyup 2022-09-09 13:36:26 +02:00
iter_nth.txt Merge commit 'b52fb5234c' into clippyup 2022-09-09 13:36:26 +02:00
iter_nth_zero.txt Merge commit 'b52fb5234c' into clippyup 2022-09-09 13:36:26 +02:00
iter_on_empty_collections.txt Merge commit 'b52fb5234c' into clippyup 2022-09-09 13:36:26 +02:00
iter_on_single_items.txt Merge commit 'b52fb5234c' into clippyup 2022-09-09 13:36:26 +02:00
iter_overeager_cloned.txt Merge commit 'b52fb5234c' into clippyup 2022-09-09 13:36:26 +02:00
iter_skip_next.txt Merge commit 'b52fb5234c' into clippyup 2022-09-09 13:36:26 +02:00
iter_with_drain.txt Merge commit 'b52fb5234c' into clippyup 2022-09-09 13:36:26 +02:00
iterator_step_by_zero.txt Merge commit 'b52fb5234c' into clippyup 2022-09-09 13:36:26 +02:00
just_underscores_and_digits.txt Merge commit 'b52fb5234c' into clippyup 2022-09-09 13:36:26 +02:00
large_const_arrays.txt Merge commit 'b52fb5234c' into clippyup 2022-09-09 13:36:26 +02:00
large_digit_groups.txt Merge commit 'b52fb5234c' into clippyup 2022-09-09 13:36:26 +02:00
large_enum_variant.txt Merge commit 'b52fb5234c' into clippyup 2022-09-09 13:36:26 +02:00
large_include_file.txt Merge commit 'b52fb5234c' into clippyup 2022-09-09 13:36:26 +02:00
large_stack_arrays.txt Merge commit 'b52fb5234c' into clippyup 2022-09-09 13:36:26 +02:00
large_types_passed_by_value.txt Merge commit 'b52fb5234c' into clippyup 2022-09-09 13:36:26 +02:00
len_without_is_empty.txt Merge commit 'b52fb5234c' into clippyup 2022-09-09 13:36:26 +02:00
len_zero.txt Merge commit 'b52fb5234c' into clippyup 2022-09-09 13:36:26 +02:00
let_and_return.txt Merge commit 'b52fb5234c' into clippyup 2022-09-09 13:36:26 +02:00
let_underscore_drop.txt Merge commit 'b52fb5234c' into clippyup 2022-09-09 13:36:26 +02:00
let_underscore_lock.txt Merge commit 'b52fb5234c' into clippyup 2022-09-09 13:36:26 +02:00
let_underscore_must_use.txt Merge commit 'b52fb5234c' into clippyup 2022-09-09 13:36:26 +02:00
let_unit_value.txt Merge commit 'b52fb5234c' into clippyup 2022-09-09 13:36:26 +02:00
linkedlist.txt Merge commit 'b52fb5234c' into clippyup 2022-09-09 13:36:26 +02:00
lossy_float_literal.txt Merge commit 'b52fb5234c' into clippyup 2022-09-09 13:36:26 +02:00
macro_use_imports.txt Merge commit 'b52fb5234c' into clippyup 2022-09-09 13:36:26 +02:00
main_recursion.txt Merge commit 'b52fb5234c' into clippyup 2022-09-09 13:36:26 +02:00
manual_assert.txt Merge commit 'b52fb5234c' into clippyup 2022-09-09 13:36:26 +02:00
manual_async_fn.txt Merge commit 'b52fb5234c' into clippyup 2022-09-09 13:36:26 +02:00
manual_bits.txt Merge commit 'b52fb5234c' into clippyup 2022-09-09 13:36:26 +02:00
manual_filter_map.txt Merge commit 'b52fb5234c' into clippyup 2022-09-09 13:36:26 +02:00
manual_find.txt Merge commit 'b52fb5234c' into clippyup 2022-09-09 13:36:26 +02:00
manual_find_map.txt Merge commit 'b52fb5234c' into clippyup 2022-09-09 13:36:26 +02:00
manual_flatten.txt Merge commit 'b52fb5234c' into clippyup 2022-09-09 13:36:26 +02:00
manual_instant_elapsed.txt Merge commit 'b52fb5234c' into clippyup 2022-09-09 13:36:26 +02:00
manual_map.txt Merge commit 'b52fb5234c' into clippyup 2022-09-09 13:36:26 +02:00
manual_memcpy.txt Merge commit 'b52fb5234c' into clippyup 2022-09-09 13:36:26 +02:00
manual_non_exhaustive.txt Merge commit 'b52fb5234c' into clippyup 2022-09-09 13:36:26 +02:00
manual_ok_or.txt Merge commit 'b52fb5234c' into clippyup 2022-09-09 13:36:26 +02:00
manual_range_contains.txt Merge commit 'b52fb5234c' into clippyup 2022-09-09 13:36:26 +02:00
manual_rem_euclid.txt Merge commit 'b52fb5234c' into clippyup 2022-09-09 13:36:26 +02:00
manual_retain.txt Merge commit 'b52fb5234c' into clippyup 2022-09-09 13:36:26 +02:00
manual_saturating_arithmetic.txt Merge commit 'b52fb5234c' into clippyup 2022-09-09 13:36:26 +02:00
manual_split_once.txt Merge commit 'b52fb5234c' into clippyup 2022-09-09 13:36:26 +02:00
manual_str_repeat.txt Merge commit 'b52fb5234c' into clippyup 2022-09-09 13:36:26 +02:00
manual_string_new.txt Merge commit 'b52fb5234c' into clippyup 2022-09-09 13:36:26 +02:00
manual_strip.txt Merge commit 'b52fb5234c' into clippyup 2022-09-09 13:36:26 +02:00
manual_swap.txt Merge commit 'b52fb5234c' into clippyup 2022-09-09 13:36:26 +02:00
manual_unwrap_or.txt Merge commit 'b52fb5234c' into clippyup 2022-09-09 13:36:26 +02:00
many_single_char_names.txt Merge commit 'b52fb5234c' into clippyup 2022-09-09 13:36:26 +02:00
map_clone.txt Merge commit 'b52fb5234c' into clippyup 2022-09-09 13:36:26 +02:00
map_collect_result_unit.txt Merge commit 'b52fb5234c' into clippyup 2022-09-09 13:36:26 +02:00
map_entry.txt Merge commit 'b52fb5234c' into clippyup 2022-09-09 13:36:26 +02:00
map_err_ignore.txt Merge commit 'b52fb5234c' into clippyup 2022-09-09 13:36:26 +02:00
map_flatten.txt Merge commit 'b52fb5234c' into clippyup 2022-09-09 13:36:26 +02:00
map_identity.txt Merge commit 'b52fb5234c' into clippyup 2022-09-09 13:36:26 +02:00
map_unwrap_or.txt Merge commit 'b52fb5234c' into clippyup 2022-09-09 13:36:26 +02:00
match_as_ref.txt Merge commit 'b52fb5234c' into clippyup 2022-09-09 13:36:26 +02:00
match_bool.txt Merge commit 'b52fb5234c' into clippyup 2022-09-09 13:36:26 +02:00
match_like_matches_macro.txt Merge commit 'b52fb5234c' into clippyup 2022-09-09 13:36:26 +02:00
match_on_vec_items.txt Merge commit 'b52fb5234c' into clippyup 2022-09-09 13:36:26 +02:00
match_overlapping_arm.txt Merge commit 'b52fb5234c' into clippyup 2022-09-09 13:36:26 +02:00
match_ref_pats.txt Merge commit 'b52fb5234c' into clippyup 2022-09-09 13:36:26 +02:00
match_result_ok.txt Merge commit 'b52fb5234c' into clippyup 2022-09-09 13:36:26 +02:00
match_same_arms.txt Merge commit 'b52fb5234c' into clippyup 2022-09-09 13:36:26 +02:00
match_single_binding.txt Merge commit 'b52fb5234c' into clippyup 2022-09-09 13:36:26 +02:00
match_str_case_mismatch.txt Merge commit 'b52fb5234c' into clippyup 2022-09-09 13:36:26 +02:00
match_wild_err_arm.txt Merge commit 'b52fb5234c' into clippyup 2022-09-09 13:36:26 +02:00
match_wildcard_for_single_variants.txt Merge commit 'b52fb5234c' into clippyup 2022-09-09 13:36:26 +02:00
maybe_infinite_iter.txt Merge commit 'b52fb5234c' into clippyup 2022-09-09 13:36:26 +02:00
mem_forget.txt Merge commit 'b52fb5234c' into clippyup 2022-09-09 13:36:26 +02:00
mem_replace_option_with_none.txt Merge commit 'b52fb5234c' into clippyup 2022-09-09 13:36:26 +02:00
mem_replace_with_default.txt Merge commit 'b52fb5234c' into clippyup 2022-09-09 13:36:26 +02:00
mem_replace_with_uninit.txt Merge commit 'b52fb5234c' into clippyup 2022-09-09 13:36:26 +02:00
min_max.txt Merge commit 'b52fb5234c' into clippyup 2022-09-09 13:36:26 +02:00
mismatched_target_os.txt Merge commit 'b52fb5234c' into clippyup 2022-09-09 13:36:26 +02:00
mismatching_type_param_order.txt Merge commit 'b52fb5234c' into clippyup 2022-09-09 13:36:26 +02:00
misrefactored_assign_op.txt Merge commit 'b52fb5234c' into clippyup 2022-09-09 13:36:26 +02:00
missing_const_for_fn.txt Merge commit 'b52fb5234c' into clippyup 2022-09-09 13:36:26 +02:00
missing_docs_in_private_items.txt Merge commit 'b52fb5234c' into clippyup 2022-09-09 13:36:26 +02:00
missing_enforced_import_renames.txt Merge commit 'b52fb5234c' into clippyup 2022-09-09 13:36:26 +02:00
missing_errors_doc.txt Merge commit 'b52fb5234c' into clippyup 2022-09-09 13:36:26 +02:00
missing_inline_in_public_items.txt Merge commit 'b52fb5234c' into clippyup 2022-09-09 13:36:26 +02:00
missing_panics_doc.txt Merge commit 'b52fb5234c' into clippyup 2022-09-09 13:36:26 +02:00
missing_safety_doc.txt Merge commit 'b52fb5234c' into clippyup 2022-09-09 13:36:26 +02:00
missing_spin_loop.txt Merge commit 'b52fb5234c' into clippyup 2022-09-09 13:36:26 +02:00
mistyped_literal_suffixes.txt Merge commit 'b52fb5234c' into clippyup 2022-09-09 13:36:26 +02:00
mixed_case_hex_literals.txt Merge commit 'b52fb5234c' into clippyup 2022-09-09 13:36:26 +02:00
mixed_read_write_in_expression.txt Merge commit 'b52fb5234c' into clippyup 2022-09-09 13:36:26 +02:00
mod_module_files.txt Merge commit 'b52fb5234c' into clippyup 2022-09-09 13:36:26 +02:00
module_inception.txt Merge commit 'b52fb5234c' into clippyup 2022-09-09 13:36:26 +02:00
module_name_repetitions.txt Merge commit 'b52fb5234c' into clippyup 2022-09-09 13:36:26 +02:00
modulo_arithmetic.txt Merge commit 'b52fb5234c' into clippyup 2022-09-09 13:36:26 +02:00
modulo_one.txt Merge commit 'b52fb5234c' into clippyup 2022-09-09 13:36:26 +02:00
multi_assignments.txt Merge commit 'b52fb5234c' into clippyup 2022-09-09 13:36:26 +02:00
multiple_crate_versions.txt Merge commit 'b52fb5234c' into clippyup 2022-09-09 13:36:26 +02:00
multiple_inherent_impl.txt Merge commit 'b52fb5234c' into clippyup 2022-09-09 13:36:26 +02:00
must_use_candidate.txt Merge commit 'b52fb5234c' into clippyup 2022-09-09 13:36:26 +02:00
must_use_unit.txt Merge commit 'b52fb5234c' into clippyup 2022-09-09 13:36:26 +02:00
mut_from_ref.txt Merge commit 'b52fb5234c' into clippyup 2022-09-09 13:36:26 +02:00
mut_mut.txt Merge commit 'b52fb5234c' into clippyup 2022-09-09 13:36:26 +02:00
mut_mutex_lock.txt Merge commit 'b52fb5234c' into clippyup 2022-09-09 13:36:26 +02:00
mut_range_bound.txt Merge commit 'b52fb5234c' into clippyup 2022-09-09 13:36:26 +02:00
mutable_key_type.txt Merge commit 'b52fb5234c' into clippyup 2022-09-09 13:36:26 +02:00
mutex_atomic.txt Merge commit 'b52fb5234c' into clippyup 2022-09-09 13:36:26 +02:00
mutex_integer.txt Merge commit 'b52fb5234c' into clippyup 2022-09-09 13:36:26 +02:00
naive_bytecount.txt Merge commit 'b52fb5234c' into clippyup 2022-09-09 13:36:26 +02:00
needless_arbitrary_self_type.txt Merge commit 'b52fb5234c' into clippyup 2022-09-09 13:36:26 +02:00
needless_bitwise_bool.txt Merge commit 'b52fb5234c' into clippyup 2022-09-09 13:36:26 +02:00
needless_bool.txt Merge commit 'b52fb5234c' into clippyup 2022-09-09 13:36:26 +02:00
needless_borrow.txt Merge commit 'b52fb5234c' into clippyup 2022-09-09 13:36:26 +02:00
needless_borrowed_reference.txt Merge commit 'b52fb5234c' into clippyup 2022-09-09 13:36:26 +02:00
needless_collect.txt Merge commit 'b52fb5234c' into clippyup 2022-09-09 13:36:26 +02:00
needless_continue.txt Merge commit 'b52fb5234c' into clippyup 2022-09-09 13:36:26 +02:00
needless_doctest_main.txt Merge commit 'b52fb5234c' into clippyup 2022-09-09 13:36:26 +02:00
needless_for_each.txt Merge commit 'b52fb5234c' into clippyup 2022-09-09 13:36:26 +02:00
needless_late_init.txt Merge commit 'b52fb5234c' into clippyup 2022-09-09 13:36:26 +02:00
needless_lifetimes.txt Merge commit 'b52fb5234c' into clippyup 2022-09-09 13:36:26 +02:00
needless_match.txt Merge commit 'b52fb5234c' into clippyup 2022-09-09 13:36:26 +02:00
needless_option_as_deref.txt Merge commit 'b52fb5234c' into clippyup 2022-09-09 13:36:26 +02:00
needless_option_take.txt Merge commit 'b52fb5234c' into clippyup 2022-09-09 13:36:26 +02:00
needless_parens_on_range_literals.txt Merge commit 'b52fb5234c' into clippyup 2022-09-09 13:36:26 +02:00
needless_pass_by_value.txt Merge commit 'b52fb5234c' into clippyup 2022-09-09 13:36:26 +02:00
needless_question_mark.txt Merge commit 'b52fb5234c' into clippyup 2022-09-09 13:36:26 +02:00
needless_range_loop.txt Merge commit 'b52fb5234c' into clippyup 2022-09-09 13:36:26 +02:00
needless_return.txt Merge commit 'b52fb5234c' into clippyup 2022-09-09 13:36:26 +02:00
needless_splitn.txt Merge commit 'b52fb5234c' into clippyup 2022-09-09 13:36:26 +02:00
needless_update.txt Merge commit 'b52fb5234c' into clippyup 2022-09-09 13:36:26 +02:00
neg_cmp_op_on_partial_ord.txt Merge commit 'b52fb5234c' into clippyup 2022-09-09 13:36:26 +02:00
neg_multiply.txt Merge commit 'b52fb5234c' into clippyup 2022-09-09 13:36:26 +02:00
negative_feature_names.txt Merge commit 'b52fb5234c' into clippyup 2022-09-09 13:36:26 +02:00
never_loop.txt Merge commit 'b52fb5234c' into clippyup 2022-09-09 13:36:26 +02:00
new_ret_no_self.txt Merge commit 'b52fb5234c' into clippyup 2022-09-09 13:36:26 +02:00
new_without_default.txt Merge commit 'b52fb5234c' into clippyup 2022-09-09 13:36:26 +02:00
no_effect.txt Merge commit 'b52fb5234c' into clippyup 2022-09-09 13:36:26 +02:00
no_effect_replace.txt Merge commit 'b52fb5234c' into clippyup 2022-09-09 13:36:26 +02:00
no_effect_underscore_binding.txt Merge commit 'b52fb5234c' into clippyup 2022-09-09 13:36:26 +02:00
non_ascii_literal.txt Merge commit 'b52fb5234c' into clippyup 2022-09-09 13:36:26 +02:00
non_octal_unix_permissions.txt Merge commit 'b52fb5234c' into clippyup 2022-09-09 13:36:26 +02:00
non_send_fields_in_send_ty.txt Merge commit 'b52fb5234c' into clippyup 2022-09-09 13:36:26 +02:00
nonminimal_bool.txt Merge commit 'b52fb5234c' into clippyup 2022-09-09 13:36:26 +02:00
nonsensical_open_options.txt Merge commit 'b52fb5234c' into clippyup 2022-09-09 13:36:26 +02:00
nonstandard_macro_braces.txt Merge commit 'b52fb5234c' into clippyup 2022-09-09 13:36:26 +02:00
not_unsafe_ptr_arg_deref.txt Merge commit 'b52fb5234c' into clippyup 2022-09-09 13:36:26 +02:00
obfuscated_if_else.txt Merge commit 'b52fb5234c' into clippyup 2022-09-09 13:36:26 +02:00
octal_escapes.txt Merge commit 'b52fb5234c' into clippyup 2022-09-09 13:36:26 +02:00
ok_expect.txt Merge commit 'b52fb5234c' into clippyup 2022-09-09 13:36:26 +02:00
only_used_in_recursion.txt Merge commit 'b52fb5234c' into clippyup 2022-09-09 13:36:26 +02:00
op_ref.txt Merge commit 'b52fb5234c' into clippyup 2022-09-09 13:36:26 +02:00
option_as_ref_deref.txt Merge commit 'b52fb5234c' into clippyup 2022-09-09 13:36:26 +02:00
option_env_unwrap.txt Merge commit 'b52fb5234c' into clippyup 2022-09-09 13:36:26 +02:00
option_filter_map.txt Merge commit 'b52fb5234c' into clippyup 2022-09-09 13:36:26 +02:00
option_if_let_else.txt Merge commit 'b52fb5234c' into clippyup 2022-09-09 13:36:26 +02:00
option_map_or_none.txt Merge commit 'b52fb5234c' into clippyup 2022-09-09 13:36:26 +02:00
option_map_unit_fn.txt Merge commit 'b52fb5234c' into clippyup 2022-09-09 13:36:26 +02:00
option_option.txt Merge commit 'b52fb5234c' into clippyup 2022-09-09 13:36:26 +02:00
or_fun_call.txt Merge commit 'b52fb5234c' into clippyup 2022-09-09 13:36:26 +02:00
or_then_unwrap.txt Merge commit 'b52fb5234c' into clippyup 2022-09-09 13:36:26 +02:00
out_of_bounds_indexing.txt Merge commit 'b52fb5234c' into clippyup 2022-09-09 13:36:26 +02:00
overflow_check_conditional.txt Merge commit 'b52fb5234c' into clippyup 2022-09-09 13:36:26 +02:00
overly_complex_bool_expr.txt Merge commit 'b52fb5234c' into clippyup 2022-09-09 13:36:26 +02:00
panic.txt Merge commit 'b52fb5234c' into clippyup 2022-09-09 13:36:26 +02:00
panic_in_result_fn.txt Merge commit 'b52fb5234c' into clippyup 2022-09-09 13:36:26 +02:00
panicking_unwrap.txt Merge commit 'b52fb5234c' into clippyup 2022-09-09 13:36:26 +02:00
partialeq_ne_impl.txt Merge commit 'b52fb5234c' into clippyup 2022-09-09 13:36:26 +02:00
partialeq_to_none.txt Merge commit 'b52fb5234c' into clippyup 2022-09-09 13:36:26 +02:00
path_buf_push_overwrite.txt Merge commit 'b52fb5234c' into clippyup 2022-09-09 13:36:26 +02:00
pattern_type_mismatch.txt Merge commit 'b52fb5234c' into clippyup 2022-09-09 13:36:26 +02:00
possible_missing_comma.txt Merge commit 'b52fb5234c' into clippyup 2022-09-09 13:36:26 +02:00
precedence.txt Merge commit 'b52fb5234c' into clippyup 2022-09-09 13:36:26 +02:00
print_in_format_impl.txt Merge commit 'b52fb5234c' into clippyup 2022-09-09 13:36:26 +02:00
print_literal.txt Merge commit '7248d06384' into sync-from-clippy 2022-09-21 13:13:27 -04:00
print_stderr.txt Merge commit '7248d06384' into sync-from-clippy 2022-09-21 13:13:27 -04:00
print_stdout.txt Merge commit '7248d06384' into sync-from-clippy 2022-09-21 13:13:27 -04:00
print_with_newline.txt Merge commit 'b52fb5234c' into clippyup 2022-09-09 13:36:26 +02:00
println_empty_string.txt Merge commit 'b52fb5234c' into clippyup 2022-09-09 13:36:26 +02:00
ptr_arg.txt Merge commit 'b52fb5234c' into clippyup 2022-09-09 13:36:26 +02:00
ptr_as_ptr.txt Merge commit 'b52fb5234c' into clippyup 2022-09-09 13:36:26 +02:00
ptr_eq.txt Merge commit 'b52fb5234c' into clippyup 2022-09-09 13:36:26 +02:00
ptr_offset_with_cast.txt Merge commit 'b52fb5234c' into clippyup 2022-09-09 13:36:26 +02:00
pub_use.txt Merge commit 'b52fb5234c' into clippyup 2022-09-09 13:36:26 +02:00
question_mark.txt Merge commit 'b52fb5234c' into clippyup 2022-09-09 13:36:26 +02:00
range_minus_one.txt Merge commit 'b52fb5234c' into clippyup 2022-09-09 13:36:26 +02:00
range_plus_one.txt Merge commit 'b52fb5234c' into clippyup 2022-09-09 13:36:26 +02:00
range_zip_with_len.txt Merge commit 'b52fb5234c' into clippyup 2022-09-09 13:36:26 +02:00
rc_buffer.txt Merge commit 'b52fb5234c' into clippyup 2022-09-09 13:36:26 +02:00
rc_clone_in_vec_init.txt Merge commit 'b52fb5234c' into clippyup 2022-09-09 13:36:26 +02:00
rc_mutex.txt Merge commit 'b52fb5234c' into clippyup 2022-09-09 13:36:26 +02:00
read_zero_byte_vec.txt Merge commit 'b52fb5234c' into clippyup 2022-09-09 13:36:26 +02:00
recursive_format_impl.txt Merge commit 'b52fb5234c' into clippyup 2022-09-09 13:36:26 +02:00
redundant_allocation.txt Merge commit 'b52fb5234c' into clippyup 2022-09-09 13:36:26 +02:00
redundant_clone.txt Merge commit 'b52fb5234c' into clippyup 2022-09-09 13:36:26 +02:00
redundant_closure.txt Merge commit 'b52fb5234c' into clippyup 2022-09-09 13:36:26 +02:00
redundant_closure_call.txt Merge commit 'b52fb5234c' into clippyup 2022-09-09 13:36:26 +02:00
redundant_closure_for_method_calls.txt Merge commit 'b52fb5234c' into clippyup 2022-09-09 13:36:26 +02:00
redundant_else.txt Merge commit 'b52fb5234c' into clippyup 2022-09-09 13:36:26 +02:00
redundant_feature_names.txt Merge commit 'b52fb5234c' into clippyup 2022-09-09 13:36:26 +02:00
redundant_field_names.txt Merge commit 'b52fb5234c' into clippyup 2022-09-09 13:36:26 +02:00
redundant_pattern.txt Merge commit 'b52fb5234c' into clippyup 2022-09-09 13:36:26 +02:00
redundant_pattern_matching.txt Merge commit 'b52fb5234c' into clippyup 2022-09-09 13:36:26 +02:00
redundant_pub_crate.txt Merge commit 'b52fb5234c' into clippyup 2022-09-09 13:36:26 +02:00
redundant_slicing.txt Merge commit 'b52fb5234c' into clippyup 2022-09-09 13:36:26 +02:00
redundant_static_lifetimes.txt Merge commit 'b52fb5234c' into clippyup 2022-09-09 13:36:26 +02:00
ref_binding_to_reference.txt Merge commit 'b52fb5234c' into clippyup 2022-09-09 13:36:26 +02:00
ref_option_ref.txt Merge commit 'b52fb5234c' into clippyup 2022-09-09 13:36:26 +02:00
repeat_once.txt Merge commit 'b52fb5234c' into clippyup 2022-09-09 13:36:26 +02:00
rest_pat_in_fully_bound_structs.txt Merge commit 'b52fb5234c' into clippyup 2022-09-09 13:36:26 +02:00
result_large_err.txt Merge commit 'b52fb5234c' into clippyup 2022-09-09 13:36:26 +02:00
result_map_or_into_option.txt Merge commit 'b52fb5234c' into clippyup 2022-09-09 13:36:26 +02:00
result_map_unit_fn.txt Merge commit 'b52fb5234c' into clippyup 2022-09-09 13:36:26 +02:00
result_unit_err.txt Merge commit 'b52fb5234c' into clippyup 2022-09-09 13:36:26 +02:00
return_self_not_must_use.txt Merge commit 'b52fb5234c' into clippyup 2022-09-09 13:36:26 +02:00
reversed_empty_ranges.txt Merge commit 'b52fb5234c' into clippyup 2022-09-09 13:36:26 +02:00
same_functions_in_if_condition.txt Merge commit 'b52fb5234c' into clippyup 2022-09-09 13:36:26 +02:00
same_item_push.txt Merge commit 'b52fb5234c' into clippyup 2022-09-09 13:36:26 +02:00
same_name_method.txt Merge commit 'b52fb5234c' into clippyup 2022-09-09 13:36:26 +02:00
search_is_some.txt Merge commit 'b52fb5234c' into clippyup 2022-09-09 13:36:26 +02:00
self_assignment.txt Merge commit 'b52fb5234c' into clippyup 2022-09-09 13:36:26 +02:00
self_named_constructors.txt Merge commit 'b52fb5234c' into clippyup 2022-09-09 13:36:26 +02:00
self_named_module_files.txt Merge commit 'b52fb5234c' into clippyup 2022-09-09 13:36:26 +02:00
semicolon_if_nothing_returned.txt Merge commit 'b52fb5234c' into clippyup 2022-09-09 13:36:26 +02:00
separated_literal_suffix.txt Merge commit 'b52fb5234c' into clippyup 2022-09-09 13:36:26 +02:00
serde_api_misuse.txt Merge commit 'b52fb5234c' into clippyup 2022-09-09 13:36:26 +02:00
shadow_reuse.txt Merge commit 'b52fb5234c' into clippyup 2022-09-09 13:36:26 +02:00
shadow_same.txt Merge commit 'b52fb5234c' into clippyup 2022-09-09 13:36:26 +02:00
shadow_unrelated.txt Merge commit 'b52fb5234c' into clippyup 2022-09-09 13:36:26 +02:00
short_circuit_statement.txt Merge commit 'b52fb5234c' into clippyup 2022-09-09 13:36:26 +02:00
should_implement_trait.txt Merge commit 'b52fb5234c' into clippyup 2022-09-09 13:36:26 +02:00
significant_drop_in_scrutinee.txt Merge commit 'b52fb5234c' into clippyup 2022-09-09 13:36:26 +02:00
similar_names.txt Update lints after sync 2022-09-29 12:02:58 +02:00
single_char_add_str.txt Merge commit 'b52fb5234c' into clippyup 2022-09-09 13:36:26 +02:00
single_char_lifetime_names.txt Merge commit 'b52fb5234c' into clippyup 2022-09-09 13:36:26 +02:00
single_char_pattern.txt Merge commit 'b52fb5234c' into clippyup 2022-09-09 13:36:26 +02:00
single_component_path_imports.txt Merge commit 'b52fb5234c' into clippyup 2022-09-09 13:36:26 +02:00
single_element_loop.txt Merge commit 'b52fb5234c' into clippyup 2022-09-09 13:36:26 +02:00
single_match.txt Merge commit 'b52fb5234c' into clippyup 2022-09-09 13:36:26 +02:00
single_match_else.txt Merge commit 'b52fb5234c' into clippyup 2022-09-09 13:36:26 +02:00
size_of_in_element_count.txt Merge commit 'b52fb5234c' into clippyup 2022-09-09 13:36:26 +02:00
skip_while_next.txt Merge commit 'b52fb5234c' into clippyup 2022-09-09 13:36:26 +02:00
slow_vector_initialization.txt Merge commit 'b52fb5234c' into clippyup 2022-09-09 13:36:26 +02:00
stable_sort_primitive.txt Merge commit 'b52fb5234c' into clippyup 2022-09-09 13:36:26 +02:00
std_instead_of_alloc.txt Merge commit 'b52fb5234c' into clippyup 2022-09-09 13:36:26 +02:00
std_instead_of_core.txt Merge commit 'b52fb5234c' into clippyup 2022-09-09 13:36:26 +02:00
str_to_string.txt Merge commit 'b52fb5234c' into clippyup 2022-09-09 13:36:26 +02:00
string_add.txt Merge commit 'b52fb5234c' into clippyup 2022-09-09 13:36:26 +02:00
string_add_assign.txt Merge commit 'b52fb5234c' into clippyup 2022-09-09 13:36:26 +02:00
string_extend_chars.txt Merge commit 'b52fb5234c' into clippyup 2022-09-09 13:36:26 +02:00
string_from_utf8_as_bytes.txt Merge commit 'b52fb5234c' into clippyup 2022-09-09 13:36:26 +02:00
string_lit_as_bytes.txt Merge commit 'b52fb5234c' into clippyup 2022-09-09 13:36:26 +02:00
string_slice.txt Merge commit 'b52fb5234c' into clippyup 2022-09-09 13:36:26 +02:00
string_to_string.txt Merge commit 'b52fb5234c' into clippyup 2022-09-09 13:36:26 +02:00
strlen_on_c_strings.txt Merge commit 'b52fb5234c' into clippyup 2022-09-09 13:36:26 +02:00
struct_excessive_bools.txt Merge commit 'b52fb5234c' into clippyup 2022-09-09 13:36:26 +02:00
suboptimal_flops.txt Merge commit 'b52fb5234c' into clippyup 2022-09-09 13:36:26 +02:00
suspicious_arithmetic_impl.txt Merge commit 'b52fb5234c' into clippyup 2022-09-09 13:36:26 +02:00
suspicious_assignment_formatting.txt Merge commit 'b52fb5234c' into clippyup 2022-09-09 13:36:26 +02:00
suspicious_else_formatting.txt Merge commit 'b52fb5234c' into clippyup 2022-09-09 13:36:26 +02:00
suspicious_map.txt Merge commit 'b52fb5234c' into clippyup 2022-09-09 13:36:26 +02:00
suspicious_op_assign_impl.txt Merge commit 'b52fb5234c' into clippyup 2022-09-09 13:36:26 +02:00
suspicious_operation_groupings.txt Merge commit 'b52fb5234c' into clippyup 2022-09-09 13:36:26 +02:00
suspicious_splitn.txt Merge commit 'b52fb5234c' into clippyup 2022-09-09 13:36:26 +02:00
suspicious_to_owned.txt Merge commit 'b52fb5234c' into clippyup 2022-09-09 13:36:26 +02:00
suspicious_unary_op_formatting.txt Merge commit 'b52fb5234c' into clippyup 2022-09-09 13:36:26 +02:00
swap_ptr_to_ref.txt Merge commit 'b52fb5234c' into clippyup 2022-09-09 13:36:26 +02:00
tabs_in_doc_comments.txt Merge commit 'b52fb5234c' into clippyup 2022-09-09 13:36:26 +02:00
temporary_assignment.txt Merge commit 'b52fb5234c' into clippyup 2022-09-09 13:36:26 +02:00
to_digit_is_some.txt Merge commit 'b52fb5234c' into clippyup 2022-09-09 13:36:26 +02:00
to_string_in_format_args.txt Merge commit 'b52fb5234c' into clippyup 2022-09-09 13:36:26 +02:00
todo.txt Merge commit 'b52fb5234c' into clippyup 2022-09-09 13:36:26 +02:00
too_many_arguments.txt Merge commit 'b52fb5234c' into clippyup 2022-09-09 13:36:26 +02:00
too_many_lines.txt Merge commit 'b52fb5234c' into clippyup 2022-09-09 13:36:26 +02:00
toplevel_ref_arg.txt Merge commit 'b52fb5234c' into clippyup 2022-09-09 13:36:26 +02:00
trailing_empty_array.txt Merge commit 'b52fb5234c' into clippyup 2022-09-09 13:36:26 +02:00
trait_duplication_in_bounds.txt Merge commit 'b52fb5234c' into clippyup 2022-09-09 13:36:26 +02:00
transmute_bytes_to_str.txt Merge commit 'b52fb5234c' into clippyup 2022-09-09 13:36:26 +02:00
transmute_float_to_int.txt Merge commit 'b52fb5234c' into clippyup 2022-09-09 13:36:26 +02:00
transmute_int_to_bool.txt Merge commit 'b52fb5234c' into clippyup 2022-09-09 13:36:26 +02:00
transmute_int_to_char.txt Merge commit 'b52fb5234c' into clippyup 2022-09-09 13:36:26 +02:00
transmute_int_to_float.txt Merge commit 'b52fb5234c' into clippyup 2022-09-09 13:36:26 +02:00
transmute_num_to_bytes.txt Merge commit 'b52fb5234c' into clippyup 2022-09-09 13:36:26 +02:00
transmute_ptr_to_ptr.txt Merge commit 'b52fb5234c' into clippyup 2022-09-09 13:36:26 +02:00
transmute_ptr_to_ref.txt Merge commit 'b52fb5234c' into clippyup 2022-09-09 13:36:26 +02:00
transmute_undefined_repr.txt Merge commit 'b52fb5234c' into clippyup 2022-09-09 13:36:26 +02:00
transmutes_expressible_as_ptr_casts.txt Merge commit 'b52fb5234c' into clippyup 2022-09-09 13:36:26 +02:00
transmuting_null.txt Merge commit 'b52fb5234c' into clippyup 2022-09-09 13:36:26 +02:00
trim_split_whitespace.txt Merge commit 'b52fb5234c' into clippyup 2022-09-09 13:36:26 +02:00
trivial_regex.txt Merge commit 'b52fb5234c' into clippyup 2022-09-09 13:36:26 +02:00
trivially_copy_pass_by_ref.txt Merge commit 'b52fb5234c' into clippyup 2022-09-09 13:36:26 +02:00
try_err.txt Merge commit 'b52fb5234c' into clippyup 2022-09-09 13:36:26 +02:00
type_complexity.txt Merge commit 'b52fb5234c' into clippyup 2022-09-09 13:36:26 +02:00
type_repetition_in_bounds.txt Merge commit 'b52fb5234c' into clippyup 2022-09-09 13:36:26 +02:00
undocumented_unsafe_blocks.txt Merge commit 'b52fb5234c' into clippyup 2022-09-09 13:36:26 +02:00
undropped_manually_drops.txt Merge commit 'b52fb5234c' into clippyup 2022-09-09 13:36:26 +02:00
unicode_not_nfc.txt Merge commit 'b52fb5234c' into clippyup 2022-09-09 13:36:26 +02:00
unimplemented.txt Merge commit 'b52fb5234c' into clippyup 2022-09-09 13:36:26 +02:00
uninit_assumed_init.txt Merge commit 'b52fb5234c' into clippyup 2022-09-09 13:36:26 +02:00
uninit_vec.txt Merge commit 'b52fb5234c' into clippyup 2022-09-09 13:36:26 +02:00
uninlined_format_args.txt new uninlined_format_args lint to inline explicit arguments 2022-09-25 19:53:03 -04:00
unit_arg.txt Merge commit 'b52fb5234c' into clippyup 2022-09-09 13:36:26 +02:00
unit_cmp.txt Merge commit 'b52fb5234c' into clippyup 2022-09-09 13:36:26 +02:00
unit_hash.txt Merge commit 'b52fb5234c' into clippyup 2022-09-09 13:36:26 +02:00
unit_return_expecting_ord.txt Merge commit 'b52fb5234c' into clippyup 2022-09-09 13:36:26 +02:00
unnecessary_cast.txt Merge commit 'b52fb5234c' into clippyup 2022-09-09 13:36:26 +02:00
unnecessary_filter_map.txt Merge commit 'b52fb5234c' into clippyup 2022-09-09 13:36:26 +02:00
unnecessary_find_map.txt Merge commit 'b52fb5234c' into clippyup 2022-09-09 13:36:26 +02:00
unnecessary_fold.txt Merge commit 'b52fb5234c' into clippyup 2022-09-09 13:36:26 +02:00
unnecessary_join.txt Merge commit 'b52fb5234c' into clippyup 2022-09-09 13:36:26 +02:00
unnecessary_lazy_evaluations.txt Merge commit 'b52fb5234c' into clippyup 2022-09-09 13:36:26 +02:00
unnecessary_mut_passed.txt Merge commit 'b52fb5234c' into clippyup 2022-09-09 13:36:26 +02:00
unnecessary_operation.txt Merge commit 'b52fb5234c' into clippyup 2022-09-09 13:36:26 +02:00
unnecessary_owned_empty_strings.txt Merge commit 'b52fb5234c' into clippyup 2022-09-09 13:36:26 +02:00
unnecessary_self_imports.txt Merge commit 'b52fb5234c' into clippyup 2022-09-09 13:36:26 +02:00
unnecessary_sort_by.txt Merge commit 'b52fb5234c' into clippyup 2022-09-09 13:36:26 +02:00
unnecessary_to_owned.txt Merge commit 'b52fb5234c' into clippyup 2022-09-09 13:36:26 +02:00
unnecessary_unwrap.txt Merge commit 'b52fb5234c' into clippyup 2022-09-09 13:36:26 +02:00
unnecessary_wraps.txt Merge commit 'b52fb5234c' into clippyup 2022-09-09 13:36:26 +02:00
unneeded_field_pattern.txt Merge commit 'b52fb5234c' into clippyup 2022-09-09 13:36:26 +02:00
unneeded_wildcard_pattern.txt Merge commit 'b52fb5234c' into clippyup 2022-09-09 13:36:26 +02:00
unnested_or_patterns.txt Merge commit 'b52fb5234c' into clippyup 2022-09-09 13:36:26 +02:00
unreachable.txt Merge commit 'b52fb5234c' into clippyup 2022-09-09 13:36:26 +02:00
unreadable_literal.txt Merge commit 'b52fb5234c' into clippyup 2022-09-09 13:36:26 +02:00
unsafe_derive_deserialize.txt Merge commit 'b52fb5234c' into clippyup 2022-09-09 13:36:26 +02:00
unsafe_removed_from_name.txt Merge commit 'b52fb5234c' into clippyup 2022-09-09 13:36:26 +02:00
unseparated_literal_suffix.txt Merge commit 'b52fb5234c' into clippyup 2022-09-09 13:36:26 +02:00
unsound_collection_transmute.txt Merge commit 'b52fb5234c' into clippyup 2022-09-09 13:36:26 +02:00
unused_async.txt Merge commit 'b52fb5234c' into clippyup 2022-09-09 13:36:26 +02:00
unused_io_amount.txt Merge commit 'b52fb5234c' into clippyup 2022-09-09 13:36:26 +02:00
unused_peekable.txt Merge commit 'b52fb5234c' into clippyup 2022-09-09 13:36:26 +02:00
unused_rounding.txt Merge commit 'b52fb5234c' into clippyup 2022-09-09 13:36:26 +02:00
unused_self.txt Merge commit 'b52fb5234c' into clippyup 2022-09-09 13:36:26 +02:00
unused_unit.txt Merge commit 'b52fb5234c' into clippyup 2022-09-09 13:36:26 +02:00
unusual_byte_groupings.txt Merge commit 'b52fb5234c' into clippyup 2022-09-09 13:36:26 +02:00
unwrap_in_result.txt Merge commit 'b52fb5234c' into clippyup 2022-09-09 13:36:26 +02:00
unwrap_or_else_default.txt Merge commit 'b52fb5234c' into clippyup 2022-09-09 13:36:26 +02:00
unwrap_used.txt Merge commit 'b52fb5234c' into clippyup 2022-09-09 13:36:26 +02:00
upper_case_acronyms.txt Merge commit 'b52fb5234c' into clippyup 2022-09-09 13:36:26 +02:00
use_debug.txt Merge commit 'b52fb5234c' into clippyup 2022-09-09 13:36:26 +02:00
use_self.txt Merge commit 'b52fb5234c' into clippyup 2022-09-09 13:36:26 +02:00
used_underscore_binding.txt Merge commit 'b52fb5234c' into clippyup 2022-09-09 13:36:26 +02:00
useless_asref.txt Merge commit 'b52fb5234c' into clippyup 2022-09-09 13:36:26 +02:00
useless_attribute.txt Merge commit 'b52fb5234c' into clippyup 2022-09-09 13:36:26 +02:00
useless_conversion.txt Merge commit 'b52fb5234c' into clippyup 2022-09-09 13:36:26 +02:00
useless_format.txt Merge commit 'b52fb5234c' into clippyup 2022-09-09 13:36:26 +02:00
useless_let_if_seq.txt Merge commit 'b52fb5234c' into clippyup 2022-09-09 13:36:26 +02:00
useless_transmute.txt Merge commit 'b52fb5234c' into clippyup 2022-09-09 13:36:26 +02:00
useless_vec.txt Merge commit 'b52fb5234c' into clippyup 2022-09-09 13:36:26 +02:00
vec_box.txt Merge commit 'b52fb5234c' into clippyup 2022-09-09 13:36:26 +02:00
vec_init_then_push.txt Merge commit 'b52fb5234c' into clippyup 2022-09-09 13:36:26 +02:00
vec_resize_to_zero.txt Merge commit 'b52fb5234c' into clippyup 2022-09-09 13:36:26 +02:00
verbose_bit_mask.txt Merge commit 'b52fb5234c' into clippyup 2022-09-09 13:36:26 +02:00
verbose_file_reads.txt Merge commit 'b52fb5234c' into clippyup 2022-09-09 13:36:26 +02:00
vtable_address_comparisons.txt Merge commit 'b52fb5234c' into clippyup 2022-09-09 13:36:26 +02:00
while_immutable_condition.txt Merge commit 'b52fb5234c' into clippyup 2022-09-09 13:36:26 +02:00
while_let_loop.txt Merge commit 'b52fb5234c' into clippyup 2022-09-09 13:36:26 +02:00
while_let_on_iterator.txt Merge commit 'b52fb5234c' into clippyup 2022-09-09 13:36:26 +02:00
wildcard_dependencies.txt Merge commit 'b52fb5234c' into clippyup 2022-09-09 13:36:26 +02:00
wildcard_enum_match_arm.txt Merge commit 'b52fb5234c' into clippyup 2022-09-09 13:36:26 +02:00
wildcard_imports.txt Merge commit 'b52fb5234c' into clippyup 2022-09-09 13:36:26 +02:00
wildcard_in_or_patterns.txt Merge commit 'b52fb5234c' into clippyup 2022-09-09 13:36:26 +02:00
write_literal.txt Merge commit '7248d06384' into sync-from-clippy 2022-09-21 13:13:27 -04:00
write_with_newline.txt Merge commit 'b52fb5234c' into clippyup 2022-09-09 13:36:26 +02:00
writeln_empty_string.txt Merge commit 'b52fb5234c' into clippyup 2022-09-09 13:36:26 +02:00
wrong_self_convention.txt Merge commit 'b52fb5234c' into clippyup 2022-09-09 13:36:26 +02:00
wrong_transmute.txt Merge commit 'b52fb5234c' into clippyup 2022-09-09 13:36:26 +02:00
zero_divided_by_zero.txt Merge commit 'b52fb5234c' into clippyup 2022-09-09 13:36:26 +02:00
zero_prefixed_literal.txt Merge commit 'b52fb5234c' into clippyup 2022-09-09 13:36:26 +02:00
zero_ptr.txt Merge commit 'b52fb5234c' into clippyup 2022-09-09 13:36:26 +02:00
zero_sized_map_values.txt Merge commit 'b52fb5234c' into clippyup 2022-09-09 13:36:26 +02:00
zst_offset.txt Merge commit 'b52fb5234c' into clippyup 2022-09-09 13:36:26 +02:00