Skip to content

Commit

Permalink
Tune up lints for 1.74 Rust
Browse files Browse the repository at this point in the history
  • Loading branch information
tyranron committed Nov 16, 2023
1 parent d8b18b3 commit 964cc1c
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 @@ -79,6 +79,7 @@
clippy::format_push_string,
clippy::get_unwrap,
clippy::if_then_some_else_none,
clippy::implied_bounds_in_impls,
clippy::imprecise_flops,
clippy::index_refutable_slice,
clippy::iter_on_empty_collections,
Expand All @@ -92,6 +93,7 @@
clippy::map_err_ignore,
clippy::mem_forget,
clippy::missing_assert_message,
clippy::missing_asserts_for_indexing,
clippy::missing_const_for_fn,
clippy::missing_docs_in_private_items,
clippy::multiple_inherent_impl,
Expand Down

0 comments on commit 964cc1c

Please sign in to comment.