You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
# https://github.com/mozilla/neqo/pull/2661 for details.
79
-
# impl_trait_in_params = "warn"
73
+
impl_trait_in_params = "warn"
80
74
infinite_loop = "warn"
81
75
iter_over_hash_type = "warn"
82
76
large_include_file = "warn"
83
77
let_underscore_must_use = "warn"
84
78
let_underscore_untyped = "warn"
85
-
literal_string_with_formatting_args = "allow"# FIXME: Re-enable "warn" when MSRV is > 1.87. See https://github.com/rust-lang/rust-clippy/pull/13953#issuecomment-2676336899
0 commit comments