We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1e09789 commit 58f4d28Copy full SHA for 58f4d28
src/lib.rs
@@ -94,6 +94,7 @@
94
clippy::read_zero_byte_vec,
95
clippy::redundant_clone,
96
clippy::redundant_type_annotations,
97
+ clippy::renamed_function_params,
98
clippy::ref_patterns,
99
clippy::rest_pat_in_fully_bound_structs,
100
clippy::same_name_method,
@@ -131,6 +132,7 @@
131
132
clippy::use_self,
133
clippy::useless_let_if_seq,
134
clippy::verbose_file_reads,
135
+ clippy::while_float,
136
clippy::wildcard_enum_match_arm,
137
explicit_outlives_requirements,
138
future_incompatible,
0 commit comments