mirror of
https://github.com/paradigmxyz/reth.git
synced 2026-02-18 18:54:35 -05:00
Add missing_const_for_fn clippy lint (#8498)
This commit is contained in:
@@ -153,6 +153,7 @@ unused_peekable = "warn"
|
||||
unused_rounding = "warn"
|
||||
useless_let_if_seq = "warn"
|
||||
use_self = "warn"
|
||||
missing_const_for_fn = "warn"
|
||||
|
||||
# These are nursery lints which have findings. Allow them for now. Some are not
|
||||
# quite mature enough for use in our codebase and some we don't really want.
|
||||
@@ -165,7 +166,6 @@ empty_line_after_doc_comments = "allow"
|
||||
fallible_impl_from = "allow"
|
||||
future_not_send = "allow"
|
||||
iter_on_single_items = "allow"
|
||||
missing_const_for_fn = "allow"
|
||||
needless_collect = "allow"
|
||||
non_send_fields_in_send_ty = "allow"
|
||||
option_if_let_else = "allow"
|
||||
|
||||
Reference in New Issue
Block a user