Enable clippy's useless_let_if_seq linter (#7220)

Co-authored-by: Alexey Shekhirin <a.shekhirin@gmail.com>
This commit is contained in:
Justin Traglia
2024-03-19 11:33:22 -05:00
committed by GitHub
parent 1bf5d6a53a
commit 709d8a16d3
12 changed files with 56 additions and 44 deletions

View File

@ -95,6 +95,7 @@ clippy.uninlined_format_args = "deny"
clippy.equatable_if_let = "deny"
clippy.or_fun_call = "deny"
clippy.branches_sharing_code = "deny"
clippy.useless_let_if_seq = "deny"
[workspace.package]
version = "0.2.0-beta.3"