@@ -47,58 +47,45 @@ serde = { version = "1.0.226", default-features = false, optional = true, featur
4747[lints ]
4848rust.unsafe_code = " deny"
4949
50- # LINEBENDER LINT SET - Cargo.toml - v2
50+ # LINEBENDER LINT SET - Cargo.toml - v7
5151# See https://linebender.org/wiki/canonical-lints/
5252rust.keyword_idents_2024 = " forbid"
5353rust.non_ascii_idents = " forbid"
5454rust.non_local_definitions = " forbid"
5555rust.unsafe_op_in_unsafe_fn = " forbid"
5656
5757rust.elided_lifetimes_in_paths = " warn"
58- rust.let_underscore_drop = " warn"
5958rust.missing_debug_implementations = " warn"
6059rust.missing_docs = " warn"
61- rust.single_use_lifetimes = " warn"
6260rust.trivial_numeric_casts = " warn"
63- rust.unexpected_cfgs = " warn"
64- rust.unit_bindings = " warn"
6561rust.unnameable_types = " warn"
6662rust.unreachable_pub = " warn"
6763rust.unused_import_braces = " warn"
6864rust.unused_lifetimes = " warn"
6965rust.unused_macro_rules = " warn"
7066rust.unused_qualifications = " warn"
71- rust.variant_size_differences = " warn"
7267
73- clippy.allow_attributes = " warn"
68+ clippy.too_many_arguments = " allow"
69+
7470clippy.allow_attributes_without_reason = " warn"
7571clippy.cast_possible_truncation = " warn"
7672clippy.collection_is_never_read = " warn"
73+ clippy.default_trait_access = " warn"
7774clippy.dbg_macro = " warn"
7875clippy.debug_assert_with_mut_call = " warn"
7976clippy.doc_markdown = " warn"
80- clippy.exhaustive_enums = " warn"
81- clippy.fn_to_numeric_cast_any = " forbid"
77+ clippy.fn_to_numeric_cast_any = " warn"
8278clippy.infinite_loop = " warn"
83- clippy.large_include_file = " warn"
8479clippy.large_stack_arrays = " warn"
85- clippy.match_same_arms = " warn"
8680clippy.mismatching_type_param_order = " warn"
8781clippy.missing_assert_message = " warn"
88- clippy.missing_errors_doc = " warn"
8982clippy.missing_fields_in_debug = " warn"
90- clippy.missing_panics_doc = " warn"
91- clippy.partial_pub_fields = " warn"
92- clippy.return_self_not_must_use = " warn"
9383clippy.same_functions_in_if_condition = " warn"
9484clippy.semicolon_if_nothing_returned = " warn"
95- clippy.shadow_unrelated = " warn"
9685clippy.should_panic_without_expect = " warn"
9786clippy.todo = " warn"
98- clippy.trivially_copy_pass_by_ref = " warn"
9987clippy.unseparated_literal_suffix = " warn"
10088clippy.use_self = " warn"
101- clippy.wildcard_imports = " warn"
10289
10390clippy.cargo_common_metadata = " warn"
10491clippy.negative_feature_names = " warn"
0 commit comments