Skip to content

Commit 58f4d28

Browse files
committed
Tune lints for 1.80 Rust
1 parent 1e09789 commit 58f4d28

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/lib.rs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -94,6 +94,7 @@
9494
clippy::read_zero_byte_vec,
9595
clippy::redundant_clone,
9696
clippy::redundant_type_annotations,
97+
clippy::renamed_function_params,
9798
clippy::ref_patterns,
9899
clippy::rest_pat_in_fully_bound_structs,
99100
clippy::same_name_method,
@@ -131,6 +132,7 @@
131132
clippy::use_self,
132133
clippy::useless_let_if_seq,
133134
clippy::verbose_file_reads,
135+
clippy::while_float,
134136
clippy::wildcard_enum_match_arm,
135137
explicit_outlives_requirements,
136138
future_incompatible,

0 commit comments

Comments
 (0)