c50d86fc6a
Add config flag for reborrows in explicit_iter_loop This PR adds a config flag for enforcing explicit into iter lint for reborrowed values. The config flag, `enforce_iter_loop_reborrow`, can be added to clippy.toml files to enable the linting behaviour. By default the reborrow lint is disabled. fixes: #11074 changelog: [`explicit_iter_loop`]: add config flag `enforce_iter_loop_reborrow` to disable reborrow linting by default |
||
---|---|---|
.. | ||
absolute_paths | ||
allow_mixed_uninlined_format_args | ||
arithmetic_side_effects_allowed | ||
array_size_threshold | ||
await_holding_invalid_type | ||
bad_toml | ||
bad_toml_type | ||
conf_deprecated_key | ||
dbg_macro | ||
disallowed_macros | ||
disallowed_names_append | ||
disallowed_names_replace | ||
doc_valid_idents_append | ||
doc_valid_idents_replace | ||
duplicated_keys | ||
duplicated_keys_deprecated | ||
duplicated_keys_deprecated_2 | ||
excessive_nesting | ||
expect_used | ||
extra_unused_type_parameters | ||
fn_params_excessive_bools | ||
functions_maxlines | ||
good_toml_no_false_negatives | ||
ifs_same_cond | ||
invalid_min_rust_version | ||
large_futures | ||
large_include_file | ||
lint_decimal_readability | ||
max_suggested_slice_pattern_length | ||
min_ident_chars | ||
min_rust_version | ||
missing_enforced_import_rename | ||
module_inception | ||
mut_key | ||
nonstandard_macro_braces | ||
print_macro | ||
pub_crate_missing_docs | ||
semicolon_block | ||
strict_non_send_fields_in_send_ty | ||
struct_excessive_bools | ||
suppress_lint_in_const | ||
toml_disallow | ||
toml_disallowed_methods | ||
toml_disallowed_types | ||
toml_trivially_copy | ||
toml_unknown_key | ||
undocumented_unsafe_blocks | ||
unwrap_used | ||
upper_case_acronyms_aggressive | ||
vec_box_sized | ||
zero_single_char_names | ||
update-all-references.sh |