aboutsummaryrefslogtreecommitdiff
path: root/gen/cmd/src/main.rs
diff options
context:
space:
mode:
Diffstat (limited to 'gen/cmd/src/main.rs')
-rw-r--r--gen/cmd/src/main.rs8
1 files changed, 4 insertions, 4 deletions
diff --git a/gen/cmd/src/main.rs b/gen/cmd/src/main.rs
index 4d5edfd1..227a3637 100644
--- a/gen/cmd/src/main.rs
+++ b/gen/cmd/src/main.rs
@@ -6,8 +6,10 @@
clippy::enum_glob_use,
clippy::if_same_then_else,
clippy::inherent_to_string,
+ clippy::into_iter_without_iter,
clippy::items_after_statements,
clippy::large_enum_variant,
+ clippy::map_clone,
clippy::match_bool,
clippy::match_on_vec_items,
clippy::match_same_arms,
@@ -15,18 +17,16 @@
clippy::needless_pass_by_value,
clippy::new_without_default,
clippy::nonminimal_bool,
- clippy::option_if_let_else,
clippy::or_fun_call,
clippy::redundant_else,
clippy::shadow_unrelated,
clippy::similar_names,
clippy::single_match_else,
clippy::struct_excessive_bools,
+ clippy::struct_field_names,
clippy::too_many_arguments,
clippy::too_many_lines,
- clippy::toplevel_ref_arg,
- // clippy bug: https://github.com/rust-lang/rust-clippy/issues/6983
- clippy::wrong_self_convention
+ clippy::toplevel_ref_arg
)]
mod app;