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