Skip to content

Commit

Permalink
Tune lints for 1.80 Rust
Browse files Browse the repository at this point in the history
  • Loading branch information
tyranron committed Jul 26, 2024
1 parent 1e09789 commit 58f4d28
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -94,6 +94,7 @@
clippy::read_zero_byte_vec,
clippy::redundant_clone,
clippy::redundant_type_annotations,
clippy::renamed_function_params,
clippy::ref_patterns,
clippy::rest_pat_in_fully_bound_structs,
clippy::same_name_method,
Expand Down Expand Up @@ -131,6 +132,7 @@
clippy::use_self,
clippy::useless_let_if_seq,
clippy::verbose_file_reads,
clippy::while_float,
clippy::wildcard_enum_match_arm,
explicit_outlives_requirements,
future_incompatible,
Expand Down

0 comments on commit 58f4d28

Please sign in to comment.