mirror of
https://github.com/hl-archive-node/nanoreth.git
synced 2025-12-06 10:59:55 +00:00
Enable clippy's useless_let_if_seq linter (#7220)
Co-authored-by: Alexey Shekhirin <a.shekhirin@gmail.com>
This commit is contained in:
@ -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"
|
||||
|
||||
Reference in New Issue
Block a user